Function lzma::decompress
[−]
[src]
pub fn decompress(buf: &[u8]) -> Result<Vec<u8>, LzmaError>
Decompress buf
and return the result.
pub fn decompress(buf: &[u8]) -> Result<Vec<u8>, LzmaError>
Decompress buf
and return the result.