Function fif::files::scan_from_walkdir

source ·
pub fn scan_from_walkdir(
    entries: &[DirEntry],
    canonical_paths: bool,
    use_threads: bool
) -> (Vec<Findings>, Vec<ScanError<'_>>)
Expand description

Takes a slice of DirEntrys and calls scan_file on each one, returning the results in a vector.