Available on crate feature
walkdir
only.Expand description
Structs§
- Error
- An error produced by recursively walking a directory.
Enums§
- Parallelism
- The desired level of parallelism.
Functions§
- walkdir_
new - Instantiate a new directory iterator which will not skip hidden files, with the given level of
parallelism
. - walkdir_
sorted_ new - Instantiate a new directory iterator which will not skip hidden files and is sorted, with the given level of
parallelism
.
Type Aliases§
- DirEntry
- A directory entry returned by DirEntryIter.
- DirEntry
Iter - The Iterator yielding directory items
- WalkDir
- A platform to create a DirEntryIter from.