tcp: update API documentation (#1392)

This commit is contained in:
Carl Lerche
2019-08-05 11:50:55 -07:00
committed by GitHub
parent 6cbe3d4f82
commit 6d8cc4e475
5 changed files with 300 additions and 468 deletions
+3 -3
View File
@@ -21,6 +21,9 @@ Core I/O primitives for asynchronous I/O in Rust.
categories = ["asynchronous"]
publish = false
[features]
util = ["memchr"]
[dependencies]
bytes = "0.4.7"
log = "0.4"
@@ -32,6 +35,3 @@ pin-utils = "0.1.0-alpha.4"
tokio = { version = "0.2.0", path = "../tokio" }
futures-util-preview = "0.3.0-alpha.17"
tokio-test = { version = "0.2.0", path = "../tokio-test" }
[features]
util = ["memchr"]