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§
- A factory for creating client connections to a
protosocketserver. - A convenience type for binding a
ProstSerializerto a client-sideprotosocket::Connection. - A stateless implementation of protosocket’s
SerializerandDeserializertraits usingprostfor encoding and decoding protocol buffers messages. - A convenience type for binding a
ProstSerializerto a server-sideprotosocket::Connection.
Enums§
- Error type for protosocket-prost.
Type Aliases§
- Result type for protosocket-prost.