[][src]Function zip_extensions::write::zip_create_from_directory_with_options

pub fn zip_create_from_directory_with_options(
    archive_file: &PathBuf,
    directory: &PathBuf,
    options: FileOptions
) -> ZipResult<()>

Creates a zip archive that contains the files and directories from the specified directory, uses the specified compression level.