Function lz4_flex::decompress_into[][src]

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.