diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-05-06 11:55:20 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-05-06 11:55:20 +0200 |
| commit | 708d95db494ca38409bebf054a3134138eb63b6e (patch) | |
| tree | 75e6bffa4d050c0de2c96ecff88af142c0c66a5d /README.md | |
| parent | 85d9361bfbfea680c33a9edcf21959372d7f5e2c (diff) | |
| download | tanya-708d95db494ca38409bebf054a3134138eb63b6e.tar.gz | |
Remove utf8string branch
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,7 +21,7 @@ data structures and utilities that depend on the Garbage Collector in Phobos. Tanya consists of the following packages: * `async`: Event loop (epoll, kqueue and IOCP). -* `container`: Queue, Vector, Singly linked list, buffers. +* `container`: Queue, Vector, Singly linked list, buffers, UTF-8 string. * `crypto`: HMAC. * `math`: Arbitrary precision integer and a set of functions. * `memory`: Tools for manual memory management (allocator, reference counting, @@ -46,7 +46,6 @@ Following modules are coming soon: | Feature | Branch | Build status | |--------------|:----------:|:-----------------------------------------------------------------------------------------------------------------------:| -| UTF-8 string | utf8string | [](https://travis-ci.org/caraus-ecms/tanya) | | BitVector | bitvector | [](https://travis-ci.org/caraus-ecms/tanya) | | TLS | crypto | [](https://travis-ci.org/caraus-ecms/tanya) | | Hash table | N/A | N/A | |
