Crate async_prost[][src]

Async access to a prost-encoded item stream.

Highly inspired by async-bincode.

Structs

AsyncDestination

A marker that indicates that the wrapping type is compatible with AsyncProstReader.

AsyncProstReader

A wrapper around an async reader that produces an asynchronous stream of prost-decoded values

AsyncProstStream

A wrapper around an async stream that receives and sends prost-encoded values

AsyncProstWriter

A warpper around an async sink that accepts, serializes, and sends prost-encoded values.

SyncDestination

A marker that indicates that the wrapping type is compatible with stock prost receivers.