https://github.com/byron/treediff-rs
Extract differences between arbitrary datastructures
https://github.com/byron/treediff-rs
diff json merge structured-data
Last synced: 3 months ago
JSON representation
Extract differences between arbitrary datastructures
- Host: GitHub
- URL: https://github.com/byron/treediff-rs
- Owner: Byron
- License: apache-2.0
- Created: 2017-01-13T16:26:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T14:57:06.000Z (over 1 year ago)
- Last Synced: 2024-10-10T20:18:57.405Z (9 months ago)
- Topics: diff, json, merge, structured-data
- Language: Rust
- Homepage: https://lib.rs/crates/treediff
- Size: 142 KB
- Stars: 80
- Watchers: 6
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README

[](https://crates.io/crates/treediff)A library to compare arbitrary structured data of the same type, efficiently.
Please see the [documentation](https://docs.rs/treediff/*) for more details.
# Usage
Add this to your Cargo.toml
```toml
[dependencies]
treediff = "4"
```