store_bytes

Function store_bytes 

Source
pub fn store_bytes(s: &[u8], out: &mut Vec<u8>)
Expand description

Append a chunk of data

Extends the output Vec with the passed slice, prepending a 4-byte, little-endian length header so it can be parsed out later.