Expand description
Modules§
- Ready-made delegate implementations.
Structs§
- All information that is required to perform a dirwalk, and classify paths properly.
- Options for use in
walk()
function. - Additional information collected as outcome of
walk()
.
Enums§
- A type returned by the
Delegate::emit()
as passed towalk()
. - The way entries that are contained in collapsed directories are emitted using the Delegate.
- The way entries are emitted using the Delegate.
- The error returned by
walk()
. - When the walk is for deletion, assure that we don’t collapse directories that have precious files in them, and otherwise assure that no entries are observable that shouldn’t be deleted.
Traits§
- A way for the caller to control the traversal based on provided data.