Docs.rs
tokio-util-0.7.16
tokio-util 0.7.16
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
carllerche
Darksonn
github:tokio-rs:core
Dependencies
bytes ^1.5.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
hashbrown ^0.15.0
normal
optional
pin-project-lite ^0.2.11
normal
slab ^0.4.4
normal
optional
tokio ^1.28.0
normal
tracing ^0.1.29
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
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tokio_
util
0.7.16
Module either
Module Items
Enums
In crate tokio_
util
tokio_util
Module
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.