diffz/README.md
2023-02-10 02:34:18 -05:00

366 B

diffz

An implementation of Google's diff-match-patch.

Currently implemented:

  • 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. This library itself is licensed under the MIT License, see LICENSE.