diff options
Diffstat (limited to 'development/tanya/README')
-rw-r--r-- | development/tanya/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/tanya/README b/development/tanya/README new file mode 100644 index 0000000000000..7d2e33484c1c8 --- /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. |