Skip to main content

compress

Function compress 

Source
pub fn compress(input: &[u8]) -> Vec<u8> 
Expand description

Wrap input as a single gzip member.

The header is the minimal one: no name, no comment, no extra field, MTIME zero (there is no file whose time it could be), XFL zero and OS unknown.