lz4_flex::block

Function decompress_into

Source
pub fn decompress_into(
    input: &[u8],
    output: &mut [u8],
) -> Result<usize, DecompressError>
Expand description

Decompress all bytes of input into output. output should be preallocated with a size of of the uncompressed data.