treediff 2.1.0

Find the difference between arbitrary data structures
Documentation

Build Status linux+osx crates.io version

A library to compare arbitrary structured data of the same type, efficiently.

Please see the documentation for more details.

Usage

Add this to your Cargo.toml

[dependencies]
treediff = "*"

Add this to your lib ...

extern crate treediff;