Skip to main content

extract_tar_gz

Function extract_tar_gz 

Source
fn extract_tar_gz(archive_path: &Path, dest: &Path) -> Result<usize>
Expand description

Extract a tar.gz archive into dest. Returns the number of files extracted (excluding MANIFEST). Validates each file against the manifest SHA256 hashes if present.