From b7804ab5e6f3944957c208f99000206694f1c738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20ldev?= Date: Wed, 10 Jan 2024 00:31:21 -0300 Subject: [PATCH 1/2] added ini-v --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9aba73..bb4a7e9 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ - [vgura](https://github.com/gura-conf/vgura) - Official Gura parser for V. - [vlang-yaml](https://github.com/jdonnerstag/vlang-yaml) - A V-native YAML reader, incl. YAML-to-JSON converter. - [vproto](https://github.com/emily33901/vproto) - Protobuf compiler and runtime in V. +- [ini-v](https://github.com/ldedev/ini-v) - Simple and practical module for manipulating ini/cfg file. ### Utilities From ae8cc8bf11c5e4a3ee1a3f63585a68c5b1f63e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20ldev?= Date: Wed, 10 Jan 2024 00:46:50 -0300 Subject: [PATCH 2/2] Sorted alphabetically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb4a7e9..a390514 100644 --- a/README.md +++ b/README.md @@ -132,11 +132,11 @@ ### Serialization +- [ini-v](https://github.com/ldedev/ini-v) - Simple and practical module for manipulating ini/cfg file. - [v-toxml](https://github.com/radare/v-toxml) - XML Serialization library for V. - [vgura](https://github.com/gura-conf/vgura) - Official Gura parser for V. - [vlang-yaml](https://github.com/jdonnerstag/vlang-yaml) - A V-native YAML reader, incl. YAML-to-JSON converter. - [vproto](https://github.com/emily33901/vproto) - Protobuf compiler and runtime in V. -- [ini-v](https://github.com/ldedev/ini-v) - Simple and practical module for manipulating ini/cfg file. ### Utilities