extract_archive

Function extract_archive 

Source
pub fn extract_archive(
    archive_kind: ArchiveKind,
    archive_path: &Path,
    destination_dir: &Path,
) -> Result<(), Box<FsError>>
Expand description

Extracts an archive into destination_dir, rejecting entries with invalid paths.