Skip to main content

walk_files

Function walk_files 

Source
pub fn walk_files(dir: &Path, extensions: &[&str]) -> Vec<PathBuf>
Expand description

Walk a directory recursively, yielding all file paths matching extensions.

Returns Vec<PathBuf> of matching files.