pub fn decompress(input: &[u8]) -> Result<Vec<u8>, InvalidInput>
Expand description

Decompress a buffer using snappy. Will return an error if the buffer is not snappy-compressed.