Tokio bindings to quickly turn a stream of bytes into a stream of parsed/serialized items using the bincode format.
# Cargo.toml
[dependencies]
tokio-serde-bincode = "0.2.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage showing how to create a ReadHalf for deserializing bincode frames from a Tokio stream.
Ensure you have a tokio runtime (e.g., #[tokio::main]) before using this crate.
No dependency data recorded yet.