pub fn create_zip(
    dst_file: &File,
    src_dir: &Path,
    files: Vec<PathBuf>
) -> Result<()>
Expand description

Create a zip archive from source dir and list of relative file paths. Permissions are set to 644 by default.