Skip to main content

encode_var_bytes

Function encode_var_bytes 

Source
pub fn encode_var_bytes(buf: &mut Vec<u8>, data: &[u8])
Expand description

Dynamic-length bytes: compact length + raw bytes.