diff options
| author | Eugene Wissner <belka@caraus.de> | 2016-12-07 23:16:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-07 23:16:49 +0100 |
| commit | 78bd90133947e843a129a09eec9b53f6dda95dc2 (patch) | |
| tree | 1ab05c5573573bc522e8a4b3030fb78a0c0626f6 /README.md | |
| parent | c8e6d44f7b42e09fcad0437a41e17d5d3537e1f9 (diff) | |
| download | tanya-78bd90133947e843a129a09eec9b53f6dda95dc2.tar.gz | |
Add short description of the packages to the README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,4 +1,10 @@ -# tanya +# Overview -tanya's mission is to provide a GC-free, general purpose library for D -programming language for developing servers. +tanya is a general purpose library for D programming language that doesn't rely on the Garbage Collector. + +The library consists of the following packages: +* async: Event loop. +* containers: Queue, Vector, Singly linked list. +* crypto: Work in progress TLS implementation. +* memory: Tools for manual memory management (allocator, reference counting, helper functions). +* network: URL-Parsing, sockets. |
