From 615114bdd4adc22d4a85ef4b7745c0255e14fd93 Mon Sep 17 00:00:00 2001 From: nirlivne Date: Thu, 15 Dec 2022 17:07:02 +0200 Subject: [PATCH] Add Rapid YAML --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5743776..67afd4e 100644 --- a/README.md +++ b/README.md @@ -972,6 +972,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [mini-yaml](https://github.com/jimmiebergmann/mini-yaml) - Single header YAML 1.0 C++11 serializer/deserializer. [MIT] * [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] ## Miscellaneous *Useful libraries or tools that don't fit in the categories above or maybe just not categorised yet*