Function nannou::io::walk_dir

source ·
pub fn walk_dir<P>(path: P) -> WalkDir
where P: AsRef<Path>,
Expand description

Attempt to recursively walk the given directory and all its sub-directories.

This function is shorthand for the walkdir crate’s WalkDir::new constructor.