utempl/README.md

13 lines
539 B
Markdown
Raw Normal View History

2024-02-22 15:19:01 +00:00
# uTempl - Modern C++ Template Library
## Features
2024-02-27 19:10:01 +00:00
- TypeList: List of types and functions for working with them
- GoInterface: Go-like interfaces for C++
2024-02-22 15:19:01 +00:00
- 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.
2024-02-27 19:10:01 +00:00
- Overloaded
2024-02-22 15:19:01 +00:00
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.