docs: add iterator docs (yuck)
doc: Add dynamic array documentation
doc: Add hashtable documentation
This is a simple C library containing some useful data structures:
This library is part of the "sc-" (Stephen's C) family of libraries. Each library is intended to be small and modular, built using the Meson build system for easy dependency management. For full examples of the use of this and other "sc-" libraries, see the sc-examples repository.
Run the following to create a build directory:
meson build
You may then compile (or re-compile) with:
ninja -C build
When you would like to commit your changes, please ensure that you have pre-commit hooks installed, so that automated checks can run on your code:
pre-commit install