Skip to main content

write_zip_archive

Function write_zip_archive 

Source
pub fn write_zip_archive<P: AsRef<Path>>(
    filename: P,
    entries: &[(String, Vec<u8>)],
) -> Result<()>
Expand description

Saves multiple named entries into a single ZIP archive.