summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-10-10 06:59:34 +0200
committerEugen Wissner <belka@caraus.de>2017-10-10 06:59:34 +0200
commit5d6f8e52999647fd82b93669a67a2bc1545980f5 (patch)
tree70b68f38dccd294d8740182e74a526cbc01c0822 /README.md
parent87bfd77373d6d4f16528e7d7c14a33e751f88fab (diff)
downloadtanya-5d6f8e52999647fd82b93669a67a2bc1545980f5.tar.gz
Implement pure onOutOfMemory
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0fe83ad..bf3fe7c 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,10 @@ Tanya consists of the following packages and (top-level) modules:
* `async`: Event loop (epoll, kqueue and IOCP).
* `container`: Queue, Array, Singly and doubly linked lists, Buffers, UTF-8
string, Hash set.
+* `conv`: This module provides functions for converting between different
+types.
* `encoding`: This package provides tools to work with text encodings.
+* `exception`: Common exceptions and errors.
* `format`: Formatting and conversion functions.
* `math`: Arbitrary precision integer and a set of functions.
* `memory`: Tools for manual memory management (allocators, smart pointers).