coll
0.1.0-alpha.1
A collections library
|
NOTE: This library is still under development. The public API is unstable till the library reaches beta status. There will be breaking changes in public API if needed.
COLL is a C collections library. It provides two data structures at the moment:
The Makefile in the source folder contains targets for useful CMake commands. You can use the genbuild and build targets to create the CMake build folder, and then run the build for your platform.
A library named coll (with appropriate prefix/suffix for your platform) will be generated in the ./build folder.
Use this library and add the src folder to your include folders during compilation.
See the test programs under the ./test
folder in the source code.