From a2dadda511282f5c4a103921a9a9ad388a5e0c0a Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 8 Dec 2016 18:30:22 +0100 Subject: Fix subtraction of numbers with different signs --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3