Function walkdir_new

Source
pub fn walkdir_new(root: impl AsRef<Path>, parallelism: Parallelism) -> WalkDir
Available on crate feature fs-walkdir-parallel only.
Expand description

Instantiate a new directory iterator which will not skip hidden files, with the given level of parallelism.