Docs.rs
tokio-util-0.7.12
tokio-util 0.7.12
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
carllerche
Darksonn
github:tokio-rs:core
Dependencies
bytes ^1.0.0
normal
futures-core ^0.3.0
normal
futures-io ^0.3.0
normal
optional
futures-sink ^0.3.0
normal
futures-util ^0.3.0
normal
optional
pin-project-lite ^0.2.11
normal
slab ^0.4.4
normal
optional
tokio ^1.28.0
normal
tracing ^0.1.25
normal
optional
async-stream ^0.3.0
dev
futures ^0.3.0
dev
futures-test ^0.3.5
dev
parking_lot ^0.12.0
dev
tempfile ^3.1.0
dev
tokio ^1.0.0
dev
tokio-stream ^0.1
dev
tokio-test ^0.4.0
dev
hashbrown ^0.14.0
normal
optional
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tokio_
util
0.7.12
Module either
Enums
In crate tokio_
util
Module
tokio_util
::
either
Copy item path
source
·
[
−
]
Expand description
Module defining an Either type.
Enums
§
Either
Combines two different futures, streams, or sinks having the same associated types into a single type.