Add "native" configuration and TanyaPhobos version

This commit is contained in:
2017-08-25 00:29:43 +02:00
parent 0e99effaeb
commit c9a4a2f651
9 changed files with 425 additions and 380 deletions

View File

@@ -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.