Function gix_features::fs::walkdir::walkdir_sorted_new
source ยท pub fn walkdir_sorted_new(
root: &Path,
parallelism: Parallelism,
precompose_unicode: bool
) -> WalkDir
Available on crate feature
fs-walkdir-parallel
only.Expand description
Instantiate a new directory iterator which will not skip hidden files and is sorted
Use precompose_unicode
to represent the core.precomposeUnicode
configuration option.