pub fn extract_files(
    from_archive: File,
    dest: &Path,
    files: Vec<PathBuf>
) -> Result<()>
Expand description

Extract a set of files from the provided zip archive.