diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-10-10 06:59:34 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-10-10 06:59:34 +0200 |
| commit | 5d6f8e52999647fd82b93669a67a2bc1545980f5 (patch) | |
| tree | 70b68f38dccd294d8740182e74a526cbc01c0822 /README.md | |
| parent | 87bfd77373d6d4f16528e7d7c14a33e751f88fab (diff) | |
| download | tanya-5d6f8e52999647fd82b93669a67a2bc1545980f5.tar.gz | |
Implement pure onOutOfMemory
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |
