summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-10-29 07:51:00 +0100
committerEugen Wissner <belka@caraus.de>2017-10-29 07:51:00 +0100
commit7a2768340ea921d033ce3c5584491071266a0b1b (patch)
treefb25e4c0d0d800a47e545ea6d35e60c43cc32b5e /README.md
parent414d7a11a8a53c40d6c24def1b6d63c624ef3c7a (diff)
downloadtanya-7a2768340ea921d033ce3c5584491071266a0b1b.tar.gz
Add algorithm package with move and moveEmplace
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fc8c053..df6181b 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,6 @@ 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.
-* [Bug tracker](https://issues.caraus.io/projects/tanya/issues)
* [API Documentation](https://docs.caraus.io/tanya)
* [Contribution guidelines](CONTRIBUTING.md)
@@ -24,6 +23,7 @@ data structures and utilities that depend on the Garbage Collector in Phobos.
Tanya consists of the following packages and (top-level) modules:
+* `algorithm`: Collection of generic algorithms.
* `async`: Event loop (epoll, kqueue and IOCP).
* `container`: Queue, Array, Singly and doubly linked lists, Buffers, UTF-8
string, Hash set.