A library to compare arbitrary structured data of the same type, efficiently.
Add this to your Cargo.toml
[dependencies] treediff = "*"
Add this to your lib ...
extern crate treediff;