From 97086357bb1e89c4c142beee9d40049436401711 Mon Sep 17 00:00:00 2001 From: toge Date: Thu, 26 Oct 2023 15:48:12 +0900 Subject: [PATCH] Add inja (#1426) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72b2306..27a9021 100644 --- a/README.md +++ b/README.md @@ -1064,6 +1064,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [QtVerbalExpressions](https://github.com/VerbalExpressions/QtVerbalExpressions) - This Qt lib is based off of the C++ VerbalExpressions library. [MIT] * [cxx-prettyprint](https://github.com/louisdx/cxx-prettyprint) - A pretty printing library for C++ containers. [Boost] * [icecream-cpp](https://github.com/renatoGarcia/icecream-cpp) - A small printing library for debugging purposes. [MIT] +* [inja](https://github.com/pantor/inja) - A Template Engine for Modern C++. [MIT] * [gcc-poison](https://github.com/leafsr/gcc-poison) - A simple header file for developers to ban unsafe C/C++ functions from applications. * [jwt-cpp](https://github.com/Thalhammer/jwt-cpp) - A header only library for creating and validating JSON web tokens in C++. [MIT] * [Kangaru](https://github.com/gracicot/kangaru) - A dependency injection container for C++11 and C++14. [MIT]