Module git_features::fs::walkdir
source · Available on crate feature
fs-walkdir-parallel
only.Expand description
Structs
Representation of a file or directory.
DirEntry iterator from
WalkDir.into_iter()
.An error produced by recursively walking a directory.
Enums
Parallelism
walkdir
or fs-walkdir-parallel
The desired level of parallelism.
Functions
Instantiate a new directory iterator which will not skip hidden files, with the given level of
parallelism
.Instantiate a new directory iterator which will not skip hidden files and is sorted
Type Definitions
An alias for an uncustomized directory entry to match the one of the non-parallel version offered by
walkdir
.The Iterator yielding directory items
Builder for walking a directory.