Additional utilities for working with Tokio, including codecs, time, and I/O helpers.
# Cargo.toml
[dependencies]
tokio-util = "0.7.18"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates reading a file line by line using FramedRead and LinesCodec from tokio-util.
Ensure your project depends on tokio with the `rt` feature and uses an async main attribute.
No dependency data recorded yet.