Function fdeflate::decompress_to_vec

source ยท
pub fn decompress_to_vec(input: &[u8]) -> Result<Vec<u8>, DecompressionError>
Expand description

Decompress the given data.