Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parsonsmatt/data-diff
An approach to diffing values and records.
https://github.com/parsonsmatt/data-diff
Last synced: 13 days ago
JSON representation
An approach to diffing values and records.
- Host: GitHub
- URL: https://github.com/parsonsmatt/data-diff
- Owner: parsonsmatt
- License: bsd-3-clause
- Created: 2021-11-29T13:44:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T13:54:19.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T19:07:37.472Z (about 1 month ago)
- Language: Haskell
- Size: 19.5 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# data-diff
A library for producing diff and patch of datatypes and values, such that these
diffs can be serialized, transmitted, and applied.