inflate

Function inflate_bytes

Source
pub fn inflate_bytes(data: &[u8]) -> Result<Vec<u8>, String>
Expand description

Decompress the given slice of DEFLATE compressed data.

Returns a Vec with the decompressed data or an error message.