diff options
| author | Eugen Wissner <belka@caraus.de> | 2018-09-16 18:15:35 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2018-09-16 19:07:55 +0200 |
| commit | eb796e0ddf49312e01fcf2cab42b93d40c1c61eb (patch) | |
| tree | 1777af0a6271989c6cb6284f85b596f3990a7c83 /README.md | |
| parent | e5569e5feafdc2ca4b7f33471c9073a9645cf670 (diff) | |
| download | tanya-eb796e0ddf49312e01fcf2cab42b93d40c1c61eb.tar.gz | |
Add bitmanip.BitFlags
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
