-
Notifications
You must be signed in to change notification settings - Fork 0
Home
DM8AT edited this page Sep 6, 2025
·
1 revision
The library is designed to be a binding between the C++ default library (STD Lib) and C. It also adds some common debug functionality for C and C++ at the same time.
It is mainly designed to be used in larger environments and for that reason it is kept as light-weight as possible.
- STD Lib bindings / implementations for C
- Mutex
- String
- Thread
- Vector
- Debug stuff
- Logger
- Timer
- Scope Timer
If you have any ideas what might fit the library or if you want to participate in the development of the library, you can create an issue with a suggestion for an idea or code your idea and merge it to the main branch. If it fits, it will be included into the core library.