Function fdeflate::decompress_to_vec
source ยท pub fn decompress_to_vec(input: &[u8]) -> Result<Vec<u8>, DecompressionError>
Expand description
Decompress the given data.
pub fn decompress_to_vec(input: &[u8]) -> Result<Vec<u8>, DecompressionError>
Decompress the given data.