diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-12-02 10:40:40 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-12-02 10:40:40 +0100 |
| commit | 75ce854192385788fdd18d1ee9109f73b69273e1 (patch) | |
| tree | 0a5a99ac06333ed0baf86e6fc788a9c83973aa1e /README.md | |
| parent | 9e16d84f9e9c6e0c38763ea07b1c5d385100467e (diff) | |
| download | tanya-75ce854192385788fdd18d1ee9109f73b69273e1.tar.gz | |
Support dmd 2.077.1
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ Tanya is a general purpose library for D programming language. Its aim is to simplify the manual memory management in D and to provide a guarantee with @nogc attribute that there are no hidden allocations on the Garbage Collector heap. Everything in the library is usable in @nogc code. -Tanya extends Phobos functionality and provides alternative implementations for -data structures and utilities that depend on the Garbage Collector in Phobos. +Tanya provides data structures and utilities to facilitate painless systems +programming in D. * [API Documentation](https://docs.caraus.io/tanya) * [Contribution guidelines](CONTRIBUTING.md) |
