Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziglibs/diffz
Implementation of go-diff's diffmatchpatch in Zig
https://github.com/ziglibs/diffz
Last synced: 3 months ago
JSON representation
Implementation of go-diff's diffmatchpatch in Zig
- Host: GitHub
- URL: https://github.com/ziglibs/diffz
- Owner: ziglibs
- License: mit
- Created: 2023-02-08T22:17:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T02:35:08.000Z (6 months ago)
- Last Synced: 2024-05-10T03:33:44.910Z (6 months ago)
- Language: Zig
- Size: 141 KB
- Stars: 15
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - diffz🗒️Implementation of go-diff's diffmatchpatch in Zig
README
# diffz
An implementation of Google's diff-match-patch.
Currently implemented:
- [x] Diff
- [ ] Match
- [ ] Patch## License
This library is based off of https://github.com/google/diff-match-patch, which is licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0). This library itself is licensed under the MIT License, see `LICENSE`.