pub fn walk_files(dir: &Path, extensions: &[&str]) -> Vec<PathBuf>
Walk a directory recursively, yielding all file paths matching extensions.
extensions
Returns Vec<PathBuf> of matching files.
Vec<PathBuf>