Skip to main content

collect_files

Function collect_files 

Source
pub fn collect_files(
    root: &Path,
    filter: impl Fn(&Path) -> bool,
) -> Result<Vec<PathBuf>>
Expand description

Walk root collecting files that pass filter, skipping excluded dirs.