decompress

Function decompress 

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

Decompress the given buffer. Figures out the compression algorithm from the preceeding "magic" bytes