Skip to main content

walk_files

Function walk_files 

Source
pub fn walk_files(root: &Path) -> Result<Vec<PathBuf>>
Expand description

Recursively list files under root as root-relative paths, sorted for deterministic plans.