From f0df0a6f2c53c2ff5a3a578705ec550e9e1abf73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=BE=D0=BD=D1=81=D1=82=D0=B0=D0=BD=D1=82=D0=B8?= =?UTF-8?q?=D0=BD=20=D0=A2=D0=B0=D1=80=D0=B0=D1=81=D0=BE=D0=B2?= Date: Thu, 5 Mar 2026 15:57:18 +0300 Subject: [PATCH] Updated README.md with add the atman/zg library. Added the atman/zg library for working with Unicode strings in Zig projects. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3bffa8..bd5acf0 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc - [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. - [hwu1001/zig-string](https://github.com/hwu1001/zig-string) - A String struct made for Zig. +- [atman/zg](https://codeberg.org/atman/zg) - zg provides Unicode text processing for Zig projects. It works correctly with the Russian language and other. ### Parser Library