Available on crate feature
fs-walkdir-parallel only.Expand description
Structs§
- DirEntry
Generic - Representation of a file or directory.
- DirEntry
Iter Generic - DirEntry iterator from
WalkDir.into_iter(). - Error
- An error produced by recursively walking a directory.
Enums§
- Parallelism
walkdirorfs-walkdir-parallel - 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
Type Aliases§
- DirEntry
- An alias for an uncustomized directory entry to match the one of the non-parallel version offered by
walkdir. - DirEntry
Iter - The Iterator yielding directory items
- WalkDir
- Builder for walking a directory.