Expand description
Generic encoding and decoding.
This module contains the generic Codec
, Encoder
and Decoder
traits
and a protobuf codec based on prost.
Structs§
- Decode
Buf - A specialized buffer to decode gRPC messages from.
- Encode
Buf - A specialized buffer to encode gRPC messages into.
- Prost
Codec - A
Codec
that implementsapplication/grpc+proto
via the prost library.. - Streaming
- Streaming requests and responses.