Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 369 Bytes

File metadata and controls

15 lines (10 loc) · 369 Bytes

Basic project template.

Starting point for C++ project

Utility library

Use the 'basic_prj::utils` cmake target.

Header only library that Includes :

  • Utility library to interact with some posix c functionality.

  • Reimplementation of co-routine generators.

  • Static const-expr string.

  • is_string concepts.