Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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`.