From d3d6954a80543baff0c709f04cdae3de4c088f29 Mon Sep 17 00:00:00 2001 From: toge Date: Sat, 21 Oct 2023 16:00:46 +0900 Subject: [PATCH] Add toml11 (toml parser) (#1422) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8cbf49e..d9dd236 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [libconfuse](https://github.com/martinh/libconfuse) - Small configuration file parser library for C. [ISC] * [simpleini](https://github.com/brofield/simpleini) - Cross-platform C++ library providing a simple API to read and write INI-style configuration files. [MIT] * [toml++](https://github.com/marzer/tomlplusplus) - Header-only TOML parser and serializer for C++17 and later. [MIT] [website](https://marzer.github.io/tomlplusplus/) +* [toml11](https://github.com/ToruNiina/toml11) - a C++11 (or later) header-only toml parser/encoder depending only on C++ standard library. [MIT] ## Containers