Fix error with assignin long numbers to Integer

This commit is contained in:
2016-12-08 14:43:50 +01:00
parent 78bd901339
commit 9362287938
4 changed files with 307 additions and 209 deletions

View File

@@ -1,10 +1,13 @@
# Overview
# Tanya
tanya is a general purpose library for D programming language that doesn't rely on the Garbage Collector.
# Overview
The library consists of the following packages:
* async: Event loop.
* containers: Queue, Vector, Singly linked list.
* crypto: Work in progress TLS implementation.
* memory: Tools for manual memory management (allocator, reference counting, helper functions).
* network: URL-Parsing, sockets.
* `async`: Event loop.
* `containers`: Queue, Vector, Singly linked list.
* `crypto`: Work in progress TLS implementation.
* `memory`: Tools for manual memory management (allocator, reference counting, helper functions).
* `network`: URL-Parsing, sockets.