Add short description of the packages to the README
This commit is contained in:
parent
c8e6d44f7b
commit
78bd901339
12
README.md
12
README.md
@ -1,4 +1,10 @@
|
|||||||
# tanya
|
# Overview
|
||||||
|
|
||||||
tanya's mission is to provide a GC-free, general purpose library for D
|
tanya is a general purpose library for D programming language that doesn't rely on the Garbage Collector.
|
||||||
programming language for developing servers.
|
|
||||||
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user