summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-16 14:42:05 -0700
committerGitHub <noreply@github.com>2019-08-16 14:42:05 -0700
commita83f5e4ba60c9934b75b3e47e66d516738fef395 (patch)
treef5461210676b6d7f68bbef03cb28bf017f1b4370 /README.md
parent4935aae1640e668966b615ff32425d57d843bc3a (diff)
uds: move into tokio-net (#1462)
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9ebdced6..99aa0e6f 100644
--- a/README.md
+++ b/README.md
@@ -140,13 +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 and UDP
- apis.
+* [`tokio-net`]: Event loop that drives I/O resources as well as TCP, UDP, and
+ unix domain socket apis.
* [ `tokio-timer`]: Time related APIs.
-* [`tokio-uds`]: Unix Domain Socket bindings.
-
[`tokio-codec`]: tokio-codec
[`tokio-current-thread`]: tokio-current-thread
[`tokio-executor`]: tokio-executor
@@ -155,7 +153,6 @@ The crates included as part of Tokio are:
[`tokio-macros`]: tokio-macros
[`tokio-net`]: tokio-net
[`tokio-timer`]: tokio-timer
-[`tokio-uds`]: tokio-uds
## Related Projects