unpack_bin

Function unpack_bin 

Source
pub fn unpack_bin<'a, R>(reader: &mut R) -> Result<Vec<u8>, UnpackError>
where R: BufferedRead<'a>,