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

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