diff --git a/README.md b/README.md index d3bffa8..e8b0e3a 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc ### String Processing +- [atman/zg](https://codeberg.org/atman/zg) - Provides Unicode text processing for Zig projects. It works correctly with the Russian language and other languages. - [JakubSzark/zig-string](https://github.com/JakubSzark/zig-string) - Zig String (A UTF-8 String Library). This library is a UTF-8 compatible string library for the Zig programming language. - [jecolon/zigstr](https://github.com/jecolon/zigstr) - Zigstr is a UTF-8 string type for Zig programs. - [ziglibs/string-searching](https://github.com/ziglibs/string-searching) - String(not limited to []const u8)-searching algorithms in Zig.