summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSam Rijs <srijs@airpost.net>2018-03-15 03:38:59 +1100
committerCarl Lerche <me@carllerche.com>2018-03-14 09:38:59 -0700
commit923a80e098d4d8355c65d3c80e5789ea0cbded95 (patch)
treed3e19b20d4f040ef7b83398a91370c25c245a3b0 /README.md
parent64435f5b35efa761a8c3bf67f599e01b27f9d0a6 (diff)
Move tokio::net module into tokio tcp/udp crates (#224)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 791f500a..742ed89e 100644
--- a/README.md
+++ b/README.md
@@ -117,10 +117,16 @@ The crates included as part of Tokio are:
* [`tokio-threadpool`]: Schedules the execution of futures across a pool of
threads.
+* [`tokio-tcp`]: TCP bindings for use with `tokio-io` and `tokio-reactor`.
+
+* [`tokio-udp`]: UDP bindings for use with `tokio-io` and `tokio-reactor`.
+
[`tokio-executor`]: tokio-executor
[`tokio-io`]: tokio-io
[`tokio-reactor`]: tokio-reactor
[`tokio-threadpool`]: tokio-threadpool
+[`tokio-tcp`]: tokio-tcp
+[`tokio-udp`]: tokio-udp
## License