* ``array`` - a set of simple macros to make working with dynamic arrays easier.
* ``set`` - a `Crit-bit tree`_ simple implementation (public domain) that comes with tests.
* ``map`` - key-value map implemented on top of ``set``.
+* ``pack`` - length-prefixed list of objects (i.e. array-list).
API reference and examples
~~~~~~~~~~~~~~~~~~~~~~~~~~
.. doxygengroup:: generics
:project: libkresolve
-.. _`Crit-bit tree`: http://cr.yp.to/critbit.html
\ No newline at end of file
+.. _`Crit-bit tree`: http://cr.yp.to/critbit.html