maksym-pasichnyk / trait
Rust-like traits implementation in C++
☆20Updated last year
Alternatives and similar repositories for trait:
Users that are interested in trait are comparing it to the libraries listed below
- C++20 Unit-Testing library☆44Updated 5 months ago
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆77Updated last year
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆81Updated last week
- Advanced compile-time validation in C++☆40Updated 6 months ago
- Safe arithmetic library for C++20 and above. Safe arithmetic ensures correctness of arithmetic operations at compile-time. It protects ag…☆90Updated 2 weeks ago
- The Fancy Named Parameters Library☆31Updated 2 weeks ago
- Coroutine support tools☆34Updated 3 weeks ago
- Finite State Machine implementation using std::variant☆88Updated 5 years ago
- Polymorphic memory resource for real-time applications.☆66Updated last year
- Basic concurrency primitives for bare metal firmware running on single core microcontroller systems.☆30Updated 2 weeks ago
- C++20 Compact Tuple Tools☆49Updated 3 months ago
- Peter Sommerlad's Simple Strong Typing☆34Updated last year
- a small lightweight std::execution work-alike☆64Updated last week
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated last week
- Declarative task execution library based on work contracts☆16Updated last week
- High performance, tagged binary data specification☆80Updated last week
- value types for composite class design - with allocators☆47Updated 2 weeks ago
- Finite State Machine using C++20 coroutines with symmetric transfer☆90Updated last year
- A universal type for non-type template parameters for C++20 or later.☆26Updated 7 months ago
- A header only structure of arrays container for C++☆41Updated last year
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆33Updated 5 months ago
- A compiler-friendly variadic type list for C++.☆36Updated last year
- Single-header, ranges-compatible generator type built on C++20 coroutines