Skip to main content

write_blob

Function write_blob 

Source
pub fn write_blob(buf: &mut Vec<u8>, bytes: &[u8]) -> Result<u32>
Expand description

Append a length-prefixed blob (string/bytes payload), returning its offset.