treediff-rs icon indicating copy to clipboard operation
treediff-rs copied to clipboard

Extract differences between arbitrary datastructures

Rust 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 = "4"