Update README.md

This commit is contained in:
sha512sum 2024-02-27 19:10:01 +00:00
parent ea96085167
commit 3683200ebf

View file

@ -1,9 +1,12 @@
# uTempl - Modern C++ Template Library # uTempl - Modern C++ Template Library
## Features ## 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. - ConstexprString: A template for working with compile-time strings using constexpr.
- Tuple Realization: Implementation of tuples in a modern C++ way. - Tuple Realization: Implementation of tuples in a modern C++ way.
- 🔥Blazing🔥 Fast Menu Builder🚀🚀🚀: Quickly build interactive menus in your terminal applications. - 🔥Blazing🔥 Fast Menu Builder🚀🚀🚀: Quickly build interactive menus in your terminal applications.
- Overloaded
## License ## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.