pub fn zip_extract(
    archive_file: &PathBuf,
    target_dir: &PathBuf
) -> ZipResult<()>
Expand description

Extracts a ZIP file to the given directory.