Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
```