[][src]Function grin_util::zip::create_zip

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

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