diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-05-29 09:50:47 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-05-29 09:50:47 +0200 |
| commit | c15a8993ecc3c6dfdba430cca331534a1eef3ed8 (patch) | |
| tree | 3631f4315fe685d7c98959f99402bc1ead7672ad /README.md | |
| parent | be8fcb3e1ceeb1e60bbdb7975bb89366568ee29d (diff) | |
| download | tanya-c15a8993ecc3c6dfdba430cca331534a1eef3ed8.tar.gz | |
Use sockets with new IP Address structs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -35,9 +35,6 @@ type information at compile-time, to transform from one type to another. It has also different algorithms for iterating, searching and modifying template arguments. * `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. * `test`: Test suite for unittest-blocks. @@ -167,7 +164,7 @@ parameter is used) | DMD | GCC | |:-------:|:---------:| -| 2.091.1 | gdc trunk | +| 2.096.0 | 10.3 | ## Further characteristics |
