Module git_features::fs::walkdir [−][src]
Expand description
Structs
Representation of a file or directory.
DirEntry iterator from WalkDir.into_iter()
.
An error produced by recursively walking a directory.
Functions
Instantiate a new directory iterator which will not skip hidden files.
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.