diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-06-07 08:04:50 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-06-07 08:04:50 +0200 |
| commit | 6f549df243df25cf6525f71e1d5c81a3ab4b8f08 (patch) | |
| tree | a5c5bc99c390b1a04e437b8789e7bc0d0d8c4031 | |
| parent | 4633bcc6802aea60906599540e39adba80286c11 (diff) | |
| download | tanya-6f549df243df25cf6525f71e1d5c81a3ab4b8f08.tar.gz | |
Update README description
| -rw-r--r-- | README.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -26,8 +26,7 @@ Tanya consists of the following packages: * `container`: Queue, Array, Singly and doubly linked lists, Buffers, UTF-8 string, Hash set. * `math`: Arbitrary precision integer and a set of functions. -* `memory`: Tools for manual memory management (allocator, reference counting, -helper functions). +* `memory`: Tools for manual memory management (allocators, smart pointers). * `network`: URL-Parsing, sockets, utilities. ### Supported compilers @@ -43,15 +42,15 @@ helper functions). Following modules are under development: -| Feature | Branch | Build status | -|--------------|:------------:|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| BitVector | bitvector | [](https://travis-ci.org/caraus-ecms/tanya) [](https://ci.appveyor.com/project/belka-ew/tanya/branch/bitvector) | -| TLS | crypto | [](https://travis-ci.org/caraus-ecms/tanya) [](https://ci.appveyor.com/project/belka-ew/tanya/branch/crypto) | -| File IO | io | [](https://travis-ci.org/caraus-ecms/tanya) [](https://ci.appveyor.com/project/belka-ew/tanya/branch/io) | +| Feature | Branch | Build status | +|----------|:---------:|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| BitArray | bitvector | [](https://travis-ci.org/caraus-ecms/tanya) [](https://ci.appveyor.com/project/belka-ew/tanya/branch/bitvector) | +| TLS | crypto | [](https://travis-ci.org/caraus-ecms/tanya) [](https://ci.appveyor.com/project/belka-ew/tanya/branch/crypto) | +| File IO | io | [](https://travis-ci.org/caraus-ecms/tanya) [](https://ci.appveyor.com/project/belka-ew/tanya/branch/io) | ### Further characteristics -* Tanya is a native D library. +* Tanya is a native D library without any external dependencies. * Tanya is cross-platform. The development happens on a 64-bit Linux, but it is being tested on Windows and FreeBSD as well. |
