dev_scripts::sync::mirror

Function get_tar_file_list

source
fn get_tar_file_list(pkg: &DirEntry) -> Result<HashSet<String>>
Expand description

Get the list of all files inside a given compressed tarball.

This function provides data which is necessary to determine which subset of files should be extracted.