extract_zip

Function extract_zip 

Source
pub fn extract_zip(
    path: PathBuf,
    destination: Option<PathBuf>,
) -> Result<PathBuf, Error>
Expand description

Extract zip archive

§Note

If destination is not provided, the extracted files will be saved in a folder named “extract” an OS-specific cache location.