pub fn unpack_gzip<S>(d: S) -> Result<Vec<u8>>where
    S: AsRef<[u8]>,
Expand description

Decompress the input bytes.