Function lz4_flex::block::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.