Fix subtraction of numbers with different signs
This commit is contained in:
12
README.md
12
README.md
@@ -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.
|
||||
|
Reference in New Issue
Block a user