write_gz

Function write_gz 

Source
fn write_gz(data: &[u8], dest_path: &Path) -> Result<(), String>
Expand description

Compress data with gzip and write to dest_path.