Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byron/treediff-rs
Extract differences between arbitrary datastructures
https://github.com/byron/treediff-rs
diff json merge structured-data
Last synced: about 20 hours 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T14:57:06.000Z (10 months ago)
- Last Synced: 2024-10-10T20:18:57.405Z (4 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
![Rust](https://github.com/Byron/treediff-rs/workflows/Rust/badge.svg)
[![crates.io version](https://img.shields.io/crates/v/treediff.svg)](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"
```