Crate tokio_util

Source
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.

Re-exports§

pub use bytes;

Modules§

codec
Adaptors from AsyncRead/AsyncWrite to Stream/Sink
compat
Compatibility between the tokio::io and futures-io versions of the AsyncRead and AsyncWrite traits.
context
Tokio context aware futures utilities.
either
Module defining an Either type.
io
Helpers for IO related tasks.
net
TCP/UDP/Unix helpers for tokio.
sync
Synchronization primitives
task
Extra utilities for spawning tasks
time
Additional utilities for tracking time.
udp
UDP framing