From 89cc0990e81cee875ec40b3561662f7c24f8355b Mon Sep 17 00:00:00 2001 From: Andy Hsu Date: Fri, 10 Jul 2026 18:01:13 +0800 Subject: [PATCH] Add ini-cpp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 424d6a8..0bbfed9 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ C++ Benchmark Authoring Library/Framework. * [hjson-cpp](https://github.com/hjson/hjson-cpp) - A C++11 library for reading and writing Hjson and/or JSON files. * [json_struct](https://github.com/jorgen/json_struct) - High performance, single header JSON parser, parsing directly to and from C++ structs. * [daw_json_link](https://github.com/beached/daw_json_link) - Fast, convenient JSON serialization and parsing in C++ +* [ini-cpp](https://github.com/SSARCandy/ini-cpp) - A single-header C++17 library for reading and writing INI files with typed getters and defaults. ### String formatting & templating