Go to file
2024-01-05 11:02:16 -05:00
.gitattributes add .gitignore and .gitattributes (#17) 2023-11-16 21:52:44 -05:00
.gitignore add .gitignore and .gitattributes (#17) 2023-11-16 21:52:44 -05:00
build.zig Update build.zig (#19) 2024-01-05 11:02:16 -05:00
DiffMatchPatch.zig Change std.mem.copy to @memcpy (#18) 2023-11-30 20:28:48 -05:00
LICENSE init 2023-02-08 23:44:16 -05:00
README.md Partial cleanup merge test 2023-02-10 02:34:18 -05:00

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.