From c9a4a2f65176fd4a3f9a74ce07b1be27ad6c793e Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 25 Aug 2017 00:29:43 +0200 Subject: Add "native" configuration and TanyaPhobos version --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index aabce0a..784de7f 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,13 @@ 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). +* `meta`: Template metaprogramming package. * `net`: URL-Parsing, network programming. * `network`: Socket implementation. `network` is currently under rework. After finishing the new socket implementation will land in the `net` package and `network` will be deprecated. * `os`: Platform-independent interfaces to operating system functionality. +* `range`: Generic functions and templates for D ranges. * `typecons`: Templates that allow to build new types based on the available ones. -- cgit v1.2.3