diff options
| author | Eugen Wissner <belka@caraus.de> | 2016-12-08 18:30:22 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2016-12-08 18:30:22 +0100 |
| commit | a2dadda511282f5c4a103921a9a9ad388a5e0c0a (patch) | |
| tree | 141383a7e29e6f775e78616b74a8c92304e1e643 /README.md | |
| parent | 77dca312612a68c774d7e593b855ca67614f9feb (diff) | |
| download | tanya-a2dadda511282f5c4a103921a9a9ad388a5e0c0a.tar.gz | |
Fix subtraction of numbers with different signs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -3,14 +3,18 @@ [](https://travis-ci.org/caraus-ecms/tanya) [](https://raw.githubusercontent.com/caraus-ecms/tanya/master/LICENSE) -tanya is a general purpose library for D programming language that doesn't rely on the Garbage Collector. +Tanya is a general purpose library for D programming language that doesn't +rely on the Garbage Collector. -# Overview +The library is currently in development. -The library consists of the following packages: +## Overview + +Tanya consists of the following packages: * `async`: Event loop. -* `containers`: Queue, Vector, Singly linked list. +* `container`: Queue, Vector, Singly linked list. * `crypto`: Work in progress TLS implementation. +* `math`: Multiple precision integer and a set of functions. * `memory`: Tools for manual memory management (allocator, reference counting, helper functions). * `network`: URL-Parsing, sockets. |
