summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-06-19 09:13:02 +0200
committerEugen Wissner <belka@caraus.de>2017-06-19 09:13:02 +0200
commitaa306d905059b79d12553afb444c836173d28d3d (patch)
tree946c5dca45c787f2bf24f6b85d786096b180761d /README.md
parent10019d7df970168add624d0ebe8e78c60bafe318 (diff)
downloadtanya-aa306d905059b79d12553afb444c836173d28d3d.tar.gz
Add contributing information
Only the section with ways to get involved.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 171e04b..edab246 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@ Tanya consists of the following packages:
* `async`: Event loop (epoll, kqueue and IOCP).
* `container`: Queue, Array, Singly and doubly linked lists, Buffers, UTF-8
string, Hash set.
+* `format`: Formatting and conversion functions.
* `math`: Arbitrary precision integer and a set of functions.
* `memory`: Tools for manual memory management (allocators, smart pointers).
* `network`: URL-Parsing, sockets, utilities.
@@ -63,7 +64,3 @@ is being tested on Windows and FreeBSD as well.
3-week release cycle.
Deprecated features are removed after one release (in approximately 6 weeks after deprecating).
-
-## Contributing
-
-Feel free to contact me if you have any questions: info@caraus.de.