Nanoservices framework
It is in development by now, a more meaningful readme will be added later
You'll need: cmake
(minimum version is 3.19), make
and a C++20 compiler (the framework is tested with gcc 11.1.0)
git clone [email protected]:dmerkushov/nanoservices2.git`
cd nanoservices/
mkdir build
cd build/
cmake ..
cmake --build .
cd ../..
clang-format
, minimum version 12, is advised to support the project's codestyle.