From 9362287938622d49bf2aebdcefcfafa717e62643 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 8 Dec 2016 14:43:50 +0100 Subject: Fix error with assignin long numbers to Integer --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 951b9ff..39ce5ae 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3