Skip to main content

decompress

Function decompress 

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

Inflate a raw DEFLATE stream, with output capped at DEFAULT_MAX_OUTPUT.

Anything after the final block is an error: a raw stream has no reason to be followed by anything.