summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2016-12-08 18:30:22 +0100
committerEugen Wissner <belka@caraus.de>2016-12-08 18:30:22 +0100
commita2dadda511282f5c4a103921a9a9ad388a5e0c0a (patch)
tree141383a7e29e6f775e78616b74a8c92304e1e643 /README.md
parent77dca312612a68c774d7e593b855ca67614f9feb (diff)
downloadtanya-a2dadda511282f5c4a103921a9a9ad388a5e0c0a.tar.gz
Fix subtraction of numbers with different signs
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8527dba..63d8886 100644
--- a/README.md
+++ b/README.md
@@ -3,14 +3,18 @@
[![Build Status](https://travis-ci.org/caraus-ecms/tanya.svg?branch=master)](https://travis-ci.org/caraus-ecms/tanya)
[![License](http://img.shields.io/badge/license-MPL2-blue.svg)](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.