summaryrefslogtreecommitdiff
path: root/README.md
blob: 8527dbaee3361c6751e00444de34f631d256d08d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Tanya

[![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.

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