[][src]Function nannou::io::walk_dir

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

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

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