From 3683200ebf35c922d1dabd081e61e4fc0b9ba022 Mon Sep 17 00:00:00 2001 From: sha512sum Date: Tue, 27 Feb 2024 19:10:01 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7fc6193..0c3ce01 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # uTempl - Modern C++ Template Library ## Features +- TypeList: List of types and functions for working with them +- GoInterface: Go-like interfaces for C++ - ConstexprString: A template for working with compile-time strings using constexpr. - Tuple Realization: Implementation of tuples in a modern C++ way. - 🔥Blazing🔥 Fast Menu Builder🚀🚀🚀: Quickly build interactive menus in your terminal applications. +- Overloaded ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.