[−][src]Module git_features::fs::walkdir
Structs
| DirEntryGeneric | Representation of a file or directory. |
| Error | An error produced by recursively walking a directory. |
Functions
| walkdir_new | Instantiate a new directory iterator which will not skip hidden files. |
Type Definitions
| DirEntry | An alias for an uncustomized directory entry to match the one of the non-parallel version offered by |
| WalkDir | Builder for walking a directory. |