Skip to content

Commit

Permalink
Merge pull request #35 from aalbacetef/contribute/add-strcompare
Browse files Browse the repository at this point in the history
add: strcompare library for string comparison
  • Loading branch information
C-BJ authored May 31, 2024
2 parents 5355f30 + 10487f8 commit 269cb8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,8 @@
[LZig4🗒️Implementing lz4 in zig](https://github.com/BarabasGitHub/LZig4)
- ![Star](https://img.shields.io/github/stars/judofyr/minz?color=orange)
[minz🗒️Minimal string compression](https://github.com/judofyr/minz)
- ![Star](https://img.shields.io/github/stars/aalbacetef/strcompare?color=orange)
[strcompare 🗒️ string comparison library implementing the Hamming, Levenshtein, Damerau-Levenshtein metrics](https://github.com/aalbacetef/strcompare)
- ![Star](https://img.shields.io/github/stars/ziglibs/string-searching?color=orange)
[string-searching🗒️String(not limited to [] const u8)-searching algorithms in zig](https://github.com/ziglibs/string-searching)
- ![Star](https://img.shields.io/github/stars/iacore/tree.zig?color=orange)
Expand Down

0 comments on commit 269cb8c

Please sign in to comment.