Utilities for encoding and decoding frames using async/await, often used with tokio or async-std.
# Cargo.toml
[dependencies]
asynchronous-codec = "0.7.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Wraps a TcpStream with a line-based codec for async reading.
Add tokio or async-std as a dependency and run with an async executor.
No dependency data recorded yet.