.. _ds:

***************
Data structures
***************

.. highlight:: c

::

  #include <libcork/ds.h>

libcork includes implementations of a number of useful data structures.

.. toctree::
   :maxdepth: 1

   array
   bitset
   slice
   managed-buffer
   buffer
   stream
   dllist
   hash-table
   ring-buffer
