bytestring_from_reader

Function bytestring_from_reader 

Source
pub fn bytestring_from_reader<R: Read>(r: &mut R) -> Result<Vec<u8>>
Expand description

Reads a length-prefixed byte string from a reader.