Function decompress_zlib

Source
pub fn decompress_zlib(input: &[u8]) -> Result<(usize, Vec<u8>)>
Expand description

This method must detect the end of the stream. ‘uncompressed’ may have more data past the end of the zlib stream Returns (bytes_consumed, uncompressed_data)