lzma

Function decompress

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

Decompress buf and return the result.