From 78bd90133947e843a129a09eec9b53f6dda95dc2 Mon Sep 17 00:00:00 2001 From: Eugene Wissner Date: Wed, 7 Dec 2016 23:16:49 +0100 Subject: [PATCH] Add short description of the packages to the README --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22686ef..951b9ff 100644 --- a/README.md +++ b/README.md @@ -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.