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
orfs-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 Aliases§
- A directory entry returned by DirEntryIter.
- The Iterator yielding directory items
- A platform to create a DirEntryIter from.