Utils
-----

Utils is core part of the library that implements generic data structures
such as vector, matrix, link list or hash table.


Data Structures
~~~~~~~~~~~~~~~

* link:vector.html[Vector]
* link:matrix.html[Matrix]
* link:hash_table.html[Hash table]
* link:linked_list.html[Linked list]
* link:priority_heap.html[Priority heap]
* link:timers.html[Timers]

Text
~~~~

* link:utf.html[Unicode]
* link:markup.html[Markup]

Allocators
~~~~~~~~~~

* link:block_alloc.html[Block allocator]
