summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2018-09-16 18:15:35 +0200
committerEugen Wissner <belka@caraus.de>2018-09-16 19:07:55 +0200
commiteb796e0ddf49312e01fcf2cab42b93d40c1c61eb (patch)
tree1777af0a6271989c6cb6284f85b596f3990a7c83 /README.md
parente5569e5feafdc2ca4b7f33471c9073a9645cf670 (diff)
downloadtanya-eb796e0ddf49312e01fcf2cab42b93d40c1c61eb.tar.gz
Add bitmanip.BitFlags
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 61376bc..c947021 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@ Tanya consists of the following packages and (top-level) modules:
* `algorithm`: Collection of generic algorithms.
* `async`: Event loop (epoll, kqueue and IOCP).
+* `bitmanip`: Bit manipulation.
* `container`: Queue, Array, Singly and doubly linked lists, Buffers, UTF-8
string, Set, Hash table.
* `conv`: This module provides functions for converting between different