mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
Document SinkExt
and other futures traits on docs.rs (#3271)
These are extremely hard to find if you don't already know they exist.
This commit is contained in:
parent
a7833e3007
commit
48961fac89
@ -34,6 +34,8 @@ time = ["tokio/time","slab"]
|
|||||||
io = []
|
io = []
|
||||||
rt = ["tokio/rt"]
|
rt = ["tokio/rt"]
|
||||||
|
|
||||||
|
__docs_rs = ["futures-util"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "1.0.0", path = "../tokio" }
|
tokio = { version = "1.0.0", path = "../tokio" }
|
||||||
|
|
||||||
@ -41,6 +43,7 @@ bytes = "0.6.0"
|
|||||||
futures-core = "0.3.0"
|
futures-core = "0.3.0"
|
||||||
futures-sink = "0.3.0"
|
futures-sink = "0.3.0"
|
||||||
futures-io = { version = "0.3.0", optional = true }
|
futures-io = { version = "0.3.0", optional = true }
|
||||||
|
futures-util = { version = "0.3.0", optional = true }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
pin-project-lite = "0.2.0"
|
pin-project-lite = "0.2.0"
|
||||||
slab = { version = "0.4.1", optional = true } # Backs `DelayQueue`
|
slab = { version = "0.4.1", optional = true } # Backs `DelayQueue`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user