Skip to main content

extract_zip

Function extract_zip 

Source
pub fn extract_zip(zip_path: &Path, dest_dir: &Path) -> Result<(), String>
Expand description

Extract a zip file to dest_dir.

Creates dest_dir if it doesn’t exist.