Crate tokio_util[−][src]
Expand description
Utilities for working with Tokio.
This crate is not versioned in lockstep with the core
tokio
crate. However, tokio-util
will respect Rust’s
semantic versioning policy, especially with regard to breaking changes.
Modules
codec
codec
Adaptors from AsyncRead/AsyncWrite to Stream/Sink
compat
compat
Compatibility between the tokio::io
and futures-io
versions of the
AsyncRead
and AsyncWrite
traits.
context
rt
Tokio context aware futures utilities.
Module defining an Either type.
io
io
Helpers for IO related tasks.
Synchronization primitives
time
time
Additional utilities for tracking time.
udp
net
and codec
UDP framing