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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T00:34:57.000Z (7 months ago)
- Last Synced: 2024-08-03T04:09:00.834Z (7 months ago)
- Language: Zig
- Size: 142 KB
- Stars: 19
- Watchers: 3
- Forks: 6
- Open Issues: 6
-
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`.