Function lzma::decompress

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

Decompress buf and return the result.