Fix subtraction of numbers with different signs

This commit is contained in:
2016-12-08 18:30:22 +01:00
parent 77dca31261
commit a2dadda511
3 changed files with 62 additions and 43 deletions

View File

@@ -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.