blob: 18a666e9f40d7202ea27f0dbf58ab91dc9128c92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Tanya
[](https://travis-ci.org/caraus-ecms/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.
|