diffz/README.md

13 lines
366 B
Markdown
Raw Permalink Normal View History

2023-02-09 12:44:16 +08:00
# diffz
2023-02-10 15:34:18 +08:00
An implementation of Google's diff-match-patch.
Currently implemented:
- [x] Diff
- [ ] Match
- [ ] Patch
2023-02-09 12:44:16 +08:00
## 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`.