2016-12-08 14:43:50 +01:00
|
|
|
# Tanya
|
2016-10-08 20:45:03 +02:00
|
|
|
|
2016-12-08 15:00:09 +01:00
|
|
|
[![Build Status](https://travis-ci.org/caraus-ecms/tanya.svg?branch=master)](https://travis-ci.org/caraus-ecms/tanya)
|
2016-12-08 15:07:58 +01:00
|
|
|
[![License](http://img.shields.io/badge/license-MPL2-blue.svg)](https://raw.githubusercontent.com/caraus-ecms/tanya/master/LICENSE)
|
2016-12-08 15:00:09 +01:00
|
|
|
|
2016-12-07 23:16:49 +01:00
|
|
|
tanya is a general purpose library for D programming language that doesn't rely on the Garbage Collector.
|
|
|
|
|
2016-12-08 14:43:50 +01:00
|
|
|
# Overview
|
|
|
|
|
2016-12-07 23:16:49 +01:00
|
|
|
The library consists of the following packages:
|
2016-12-08 14:43:50 +01:00
|
|
|
|
|
|
|
* `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.
|