Skip to content
/ libu Public

A basic container library based on the `C23` standard!

License

Notifications You must be signed in to change notification settings

RunThem/libu

Repository files navigation

libu

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__.

Project Requirements

  1. xmake Build tool
  2. c2x compiler equires Clang 16 or Gcc 13 or higher.

Installation

git clone https://github.com/RunThem/libu.git && cd libu
xmake && xmake install --admin -v

Examples

Check out the test code in the tst directory.

MIT LICENSE

The project signed a MIT license. for details.

Express Gratitude

About

A basic container library based on the `C23` standard!

Resources

License

Stars

Watchers

Forks

Languages