Skip to content
DM8AT edited this page Sep 6, 2025 · 1 revision

About the library

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.

Feature list

  • STD Lib bindings / implementations for C
    • Mutex
    • String
    • Thread
    • Vector
  • Debug stuff
    • Logger
    • Timer
    • Scope Timer

Bring in your own ideas

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.

Clone this wiki locally