pub fn find_files_with_extension( dir: &Path, extension: &str, ) -> Result<Vec<PathBuf>>
Find all files with a specific extension