From 75ce854192385788fdd18d1ee9109f73b69273e1 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 2 Dec 2017 10:40:40 +0100 Subject: Support dmd 2.077.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d78fc51..c0edb9c 100644 --- a/README.md +++ b/README.md @@ -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) -- cgit v1.2.3