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§
- Client
Registry - A factory for creating client connections to a
protosocket
server. - Prost
Client Connection Bindings - A convenience type for binding a
ProstSerializer
to a client-sideprotosocket::Connection
. - Prost
Serializer - A stateless implementation of protosocket’s
Serializer
andDeserializer
traits usingprost
for encoding and decoding protocol buffers messages. - Prost
Server Connection Bindings - A convenience type for binding a
ProstSerializer
to a server-sideprotosocket::Connection
.
Enums§
- Error
- Error type for protosocket-prost.
Type Aliases§
- Result
- Result type for protosocket-prost.