Crate async_prost[−][src]
Expand description
Async access to a prost-encoded item stream.
Highly inspired by async-bincode.
Structs
A marker that indicates that the wrapping type is compatible with AsyncProstReader
with Prost support.
a marker that indicates that the wrapper type is compatible with AsyncProstReader
with Framed support.
A wrapper around an async reader that produces an asynchronous stream of prost-decoded values
A wrapper around an async stream that receives and sends prost-encoded values
A warpper around an async sink that accepts, serializes, and sends prost-encoded values.
Decoded frame from buffer
A marker that indicates that the wrapping type is compatible with stock prost
receivers.