Send and receive Serde encodable types over the network using Tokio.
# Cargo.toml
[dependencies]
tokio-serde = "0.9.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a framed transport for serializing/deserializing types over a Tokio stream.
Ensure you have a Tokio runtime (e.g., #[tokio::main]) in your application.
No dependency data recorded yet.