Module walkdir

Source
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.
DirEntryIter
The Iterator yielding directory items
WalkDir
A platform to create a DirEntryIter from.