Skip to content

NeoTheBestDeveloper/nclib

Repository files navigation

Library for me which implement base data structures in C.

Goals

  • Better type aliases
  • Stream
  • Panic
  • Arena Allocator
  • Str
  • Hash Table
  • Darray with "templates"

Docs

If you want read documention read this docs.

How to build

Before install meson.

git clone https://github.com/NeoTheBestDeveloper/nclib
cd nclib

meson setup --buildtype=release build-release
meson compile -j 8 -C build-release