/treediff-rs

Extract differences between arbitrary datastructures

Primary LanguageRustApache License 2.0Apache-2.0

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"