Skip to main content

collect_files

Function collect_files 

Source
fn collect_files(
    dir: &Path,
    out: &mut Vec<(PathBuf, u64, SystemTime)>,
    total: &mut u64,
)