From 1a5f246c1ba737099099316fdf300c7a4f7a8013 Mon Sep 17 00:00:00 2001 From: "robert." <80871202+90th@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:15:26 -0400 Subject: [PATCH] Added iniParser and ini catagory --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 908f4d163..7d40f3f51 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny - [Web Application Framework](#web-application-framework) - [XML](#xml) - [Yaml](#yaml) + - [Ini](#ini) - [Miscellaneous](#miscellaneous) - [Software](#software) - [Compiler](#compiler) @@ -1155,6 +1156,10 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [yaml-cpp](https://github.com/jbeder/yaml-cpp) - A YAML parser and emitter in C++. [MIT] * [rapidyaml](https://github.com/biojppm/rapidyaml) - Rapid YAML is a C++ library to parse and emit YAML. [MIT] +## Ini + +* [iniParser](https://github.com/90th/iniParser) - lightweight C++ library for parsing and manipulating INI (Initialization) files. + ## Miscellaneous *Useful libraries or tools that don't fit in the categories above or maybe just not categorised yet*