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

https://github.com/brahmlower/diff-rs

A library for diffing data in Rust
https://github.com/brahmlower/diff-rs

Last synced: over 1 year ago
JSON representation

A library for diffing data in Rust

Awesome Lists containing this project

README

          

# diff-rs

This is a library for diffing objects in memory. It can apply and revert diffs from an object. Similar in spirit to https://crates.io/crates/diff-struct

The api is still kinda meh I think, so it might change more

Docs aren't here yet, but check out the tests within `src/lib.rs`.