Skip to main content

gzip_writer

Function gzip_writer 

Source
pub fn gzip_writer(path: &Path) -> Result<GzEncoder<File>>
Expand description

Creates a gzip-compressed writer wrapping a file at the given path.