Function decompress_to_buf

Source
pub fn decompress_to_buf(
    inp: &[u8],
    outp: &mut [u8],
) -> Result<usize, DecompressError>
Expand description

Decompress the input into a preallocated buffer

Returns the actual decompressed size on success, or an error otherwise