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

Compress the input bytes.