Utilities for encoding and decoding frames using async/await, providing codec traits for asynchronous I/O.
# Cargo.toml
[dependencies]
futures_codec = "0.5.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a framed stream using a length-prefixed codec over a TCP connection.
Add tokio as a dependency and use #[tokio::main] or similar runtime attribute.
No dependency data recorded yet.