Module gix_traverse::tree
source · Expand description
Tree traversal
Modules
Structs
- A Visit implementation to record every observed change and keep track of the changed paths.
Traits
- A trait to allow responding to a traversal designed to observe all entries in a tree, recursively while keeping track of paths if desired.
Functions
- Start a breadth-first iteration over the
root
trees entries.