From 5133afbaf172c00be8623fc8db8ba8a92c1ce857 Mon Sep 17 00:00:00 2001 From: Eugene Wissner Date: Fri, 19 Jan 2018 18:26:42 +0700 Subject: development/tanya: Added (General purpose D library). Signed-off-by: Willy Sudiarto Raharjo --- development/tanya/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 development/tanya/README (limited to 'development/tanya/README') diff --git a/development/tanya/README b/development/tanya/README new file mode 100644 index 0000000000..7d2e33484c --- /dev/null +++ b/development/tanya/README @@ -0,0 +1,7 @@ +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 provides data structures and utilities +to facilitate painless systems programming in D. -- cgit v1.2.3