summary refs log tree commit diff stats
path: root/doc/lib.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-04-25 20:13:57 +0200
committerAraq <rumpf_a@web.de>2011-04-25 20:13:57 +0200
commited887e67e93954e1b1ace068abc1c0d5f2e67b72 (patch)
tree4a82d8244318815f687499e7453fd91fe0861034 /doc/lib.txt
parent3dd67d20fcef755d6b6d2f284b67bbaa8bc45bd9 (diff)
downloadNim-ed887e67e93954e1b1ace068abc1c0d5f2e67b72.tar.gz
bugfix: times.epochTime
Diffstat (limited to 'doc/lib.txt')
-rwxr-xr-xdoc/lib.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index a082383da..2e7558d56 100755
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -40,6 +40,15 @@ Core
 * `marshal <marshal.html>`_
   Contains procs for serialization and deseralization of arbitrary Nimrod 
   data structures.
+
+
+Collections and algorithms
+--------------------------
+
+* `hashtables <hashtables.html>`_
+  Nimrod hash table support.
+* `lists <lists.html>`_
+  Nimrod linked list support.
   
 
 String handling