Skip to main content

reader2bytes

Function reader2bytes 

Source
pub fn reader2bytes<R>(rdr: R, limit: u64) -> Result<Vec<u8>, ZipToSqliteErr>
where R: Read,