From 91ff0982fc3f8dfc0c78edcaa02bfbe7d939f532 Mon Sep 17 00:00:00 2001 From: Danil Sidoruk Date: Sat, 18 Jul 2026 14:33:30 +0300 Subject: [PATCH 1/2] Add zig-strparse library to README Add zig-strparse library to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df61c5d..039846e 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ If you find a well-maintained library that is not yet included here, welcome to - [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. +- [eoan-ermine/zig-strparse](https://github.com/eoan-ermine/zig-strparse) - Generic string parsing library for Zig. ### Parser Library From 247357320c24b9cee766fcc6ce4f867689e2113a Mon Sep 17 00:00:00 2001 From: Danil Sidoruk Date: Sat, 18 Jul 2026 14:40:57 +0300 Subject: [PATCH 2/2] Update README Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 039846e..97c4e27 100644 --- a/README.md +++ b/README.md @@ -244,10 +244,10 @@ If you find a well-maintained library that is not yet included here, welcome to - [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. -- [eoan-ermine/zig-strparse](https://github.com/eoan-ermine/zig-strparse) - Generic string parsing library for Zig. ### Parser Library +- [eoan-ermine/zig-strparse](https://github.com/eoan-ermine/zig-strparse) - Generic string parsing library for Zig. - [OrlovEvgeny/zigquery](https://github.com/OrlovEvgeny/zigquery) - Zig HTML parser and CSS selector engine for DOM querying and manipulation. - [tree-sitter/zig-tree-sitter](https://github.com/tree-sitter/zig-tree-sitter) - Zig bindings to the [Tree-sitter](https://tree-sitter.github.io/zig-tree-sitter/) parsing library.