uds: move into tokio-net (#1462)

This commit is contained in:
Carl Lerche
2019-08-16 14:42:05 -07:00
committed by GitHub
parent 4935aae164
commit a83f5e4ba6
28 changed files with 90 additions and 178 deletions
+2 -5
View File
@@ -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