pub fn walkdir_sorted_new(
root: &Path,
_: Parallelism,
precompose_unicode: bool,
) -> WalkDirAvailable on crate feature
walkdir only.Expand description
Instantiate a new directory iterator which will not skip hidden files and is sorted, with the given level of parallelism.
Use precompose_unicode to represent the core.precomposeUnicode configuration option.