Add os package#

This commit is contained in:
2017-06-16 21:41:23 +02:00
parent f5d0c2af8f
commit ec9b2db4b9
3 changed files with 354 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ string, Hash set.
* `math`: Arbitrary precision integer and a set of functions.
* `memory`: Tools for manual memory management (allocators, smart pointers).
* `network`: URL-Parsing, sockets, utilities.
* `os`: Platform-independent interfaces to operating system functionality.
### Supported compilers