Import tokio-uds (#365)

This imports tokio-uds from the dedicated repo.
This commit is contained in:
Carl Lerche
2018-05-14 14:48:32 -07:00
committed by GitHub
parent e281e4f4cb
commit c8e710d39e
14 changed files with 1174 additions and 0 deletions
+4
View File
@@ -129,6 +129,9 @@ The crates included as part of Tokio are:
* [`tokio-udp`]: UDP bindings for use with `tokio-io` and `tokio-reactor`.
* [`tokio-uds`]: Unix Domain Socket bindings for use with `tokio-io` and
`tokio-reactor`.
[`tokio-executor`]: tokio-executor
[`tokio-fs`]: tokio-fs
[`tokio-io`]: tokio-io
@@ -137,6 +140,7 @@ The crates included as part of Tokio are:
[`tokio-threadpool`]: tokio-threadpool
[`tokio-timer`]: tokio-timer
[`tokio-udp`]: tokio-udp
[`tokio-udp`]: tokio-uds
## License