The purple-structures
library contains data structures written in modular C++ 26.
This is an educational project with the purpose of learning and sharing knowledge.
Building the library requires these tools.
-
clang 20+
-
ninja 1.11+
-
cmake 3.30+
To build the library:
cmake --preset default
cmake --build --preset default