It is a C based library that implements common data structures such as Dynamic Array, Linked List, Mapping and so on
There's no dependencies, just using C23/C2x Standard
make all
-- builds everythingmake build
-- compiles the libraries onlymake clear
-- erases/clear all build files