Module gix_diff::tree::recorder

source ·
Expand description

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.

Enums

A Change as observed by a call to visit(…), enhanced with the path affected by the change. Its similar to visit::Change but includes the path that changed.