[−][src]Function inflate::inflate_bytes_zlib_no_checksum
pub fn inflate_bytes_zlib_no_checksum(data: &[u8]) -> Result<Vec<u8>, String>
Decompress the given slice of DEFLATE compressed (with zlib headers and trailers) data, without calculating and validating the checksum.
Returns a Vec
with the decompressed data or an error message.