Crate protosocket_prost

Source
Expand description

Conveniences for using protocol buffers via prost with protosocket.

See the example-proto directory for a complete example of how to use this crate.

Structs§

ClientRegistry
A factory for creating client connections to a protosocket server.
ProstClientConnectionBindings
A convenience type for binding a ProstSerializer to a client-side protosocket::Connection.
ProstSerializer
A stateless implementation of protosocket’s Serializer and Deserializer traits using prost for encoding and decoding protocol buffers messages.
ProstServerConnectionBindings
A convenience type for binding a ProstSerializer to a server-side protosocket::Connection.

Enums§

Error
Error type for protosocket-prost.

Type Aliases§

Result
Result type for protosocket-prost.