Expand description
Modules§
- Useful for use as delegate implementing
Visit
to keep track of all seen changes. Useful for debugging or printing primarily.
Structs§
- A Visit implementation to record every observed change and keep track of the changed paths.
- The state required to run tree-diffs.
Enums§
- The error returned by
tree()
.
Traits§
- A trait to allow responding to a traversal designed to figure out the changes to turn tree A into tree B.