From a83f5e4ba60c9934b75b3e47e66d516738fef395 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 16 Aug 2019 14:42:05 -0700 Subject: uds: move into tokio-net (#1462) --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3