collect_files

Function collect_files 

Source
pub fn collect_files(
    base_path: &Path,
    filters: &[String],
    ignores: &[String],
) -> Result<Vec<DirEntry>>
Expand description

Collects all files to be processed using ignore crate for efficient traversal.