pub fn inspect_archive(
spec: PackageSpec,
tar_gz: impl Read,
inspect: impl FnMut(File),
) -> Result<()>Available on crate feature
read-archive only.Expand description
Reads a tgz archive and calls the inspect callback for each file.