A basic container library based on the `C23` standard!
libu is a small, usability-oriented generic container library for C that provides vectors, doubly linked lists, unordered maps, and avl tree.
It requires C23, compiler support for typeof
and __VA_OPT__
.
- xmake Build tool
- c2x compiler equires Clang 16 or Gcc 13 or higher.
git clone https://github.com/RunThem/libu.git && cd libu
xmake && xmake install --admin -v
Check out the test code in the tst
directory.
The project signed a MIT
license.
for details.