pub fn find_files_by_patterns( root: &Path, patterns: &[&str], ) -> Result<Vec<PathBuf>, Error>
Find files matching specific patterns using glob