summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-15 20:37:25 -0700
committerGitHub <noreply@github.com>2019-08-15 20:37:25 -0700
commit4788d3a9e3dd037424442c98e9f26b93a33a2077 (patch)
tree5324a25c3578964a2aa38c4cd6a1ed324078cdd6 /README.md
parentf1f61a3b15d17767b12bfd8c0c5712db1b089b0b (diff)
tcp: move tokio-tcp into tokio-net (#1456)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index f20ac1f4..63346a0b 100644
--- a/README.md
+++ b/README.md
@@ -140,10 +140,7 @@ The crates included as part of Tokio are:
* [`tokio-macros`]: Macros for usage with Tokio.
-* [`tokio-net`]: Event loop that drives I/O resources (like TCP and UDP
- sockets).
-
-* [`tokio-tcp`]: TCP listener and acceptor.
+* [`tokio-net`]: Event loop that drives I/O resources as well as TCP apis.
* [ `tokio-timer`]: Time related APIs.
@@ -158,7 +155,6 @@ The crates included as part of Tokio are:
[`tokio-io`]: tokio-io
[`tokio-macros`]: tokio-macros
[`tokio-net`]: tokio-net
-[`tokio-tcp`]: tokio-tcp
[`tokio-timer`]: tokio-timer
[`tokio-udp`]: tokio-udp
[`tokio-uds`]: tokio-uds