summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-16 11:05:50 -0700
committerGitHub <noreply@github.com>2019-08-16 11:05:50 -0700
commit4935aae1640e668966b615ff32425d57d843bc3a (patch)
tree8d8b8e366eb26c4a0facb59cc8e6ef03f85f5030 /README.md
parentba1829fd2633d5cd5cf9f8b0bc51f68a81185a3a (diff)
udp: remove files left over from moving tokio-udp (#1461)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 63346a0b..9ebdced6 100644
--- a/README.md
+++ b/README.md
@@ -140,12 +140,11 @@ The crates included as part of Tokio are:
* [`tokio-macros`]: Macros for usage with Tokio.
-* [`tokio-net`]: Event loop that drives I/O resources as well as TCP apis.
+* [`tokio-net`]: Event loop that drives I/O resources as well as TCP and UDP
+ apis.
* [ `tokio-timer`]: Time related APIs.
-* [`tokio-udp`]: UDP socket.
-
* [`tokio-uds`]: Unix Domain Socket bindings.
[`tokio-codec`]: tokio-codec
@@ -156,7 +155,6 @@ The crates included as part of Tokio are:
[`tokio-macros`]: tokio-macros
[`tokio-net`]: tokio-net
[`tokio-timer`]: tokio-timer
-[`tokio-udp`]: tokio-udp
[`tokio-uds`]: tokio-uds
## Related Projects