diff options
| author | Eugen Wissner <belka@caraus.de> | 2016-12-08 14:43:50 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2016-12-08 14:43:50 +0100 |
| commit | 9362287938622d49bf2aebdcefcfafa717e62643 (patch) | |
| tree | e8bcfd0341b77b4000ce10d41cbf4828ce2dd1dc /README.md | |
| parent | 78bd90133947e843a129a09eec9b53f6dda95dc2 (diff) | |
| download | tanya-9362287938622d49bf2aebdcefcfafa717e62643.tar.gz | |
Fix error with assignin long numbers to Integer
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -1,10 +1,13 @@ -# Overview +# Tanya tanya is a general purpose library for D programming language that doesn't rely on the Garbage Collector. +# Overview + 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. + +* `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. |
