0fa14e8c37d364d8b8be495bc912f3f55f0f3714
myclib
A small, personal C library for learning and experimentation.
Not production-ready. Use at your own risk.
Features
All the features listed are Thread-safe.
- Hashmaps
- Strings
- Circular queues
- Vectors
- Stack
Installation
Clone the repo, and then using meson install it:
$ meson setup build
$ cd build
$ meson install
Usage
See the test/ folder for examples.
Description
Languages
C
97.6%
Meson
2.4%