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
- Host: GitHub
- URL: https://github.com/brahmlower/diff-rs
- Owner: brahmlower
- Created: 2022-08-25T01:40:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T01:41:47.000Z (almost 4 years ago)
- Last Synced: 2025-02-05T17:17:19.464Z (over 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`.