Crate tonic_codec_protobuf

Source
Expand description

A tonic::Codec that implements application/grpc+proto via the rust-protobuf.

Structsยง

ProtobufCodecV2
A Codec that implements application/grpc+proto via the rust-protobuf v2 library.
ProtobufCodecV3
A Codec that implements application/grpc+proto via the rust-protobuf v3 library.
ProtobufDecoderV2
A Decoder that knows how to decode U.
ProtobufDecoderV3
A Decoder that knows how to decode U.
ProtobufEncoderV2
A Encoder that knows how to encode T.
ProtobufEncoderV3
A Encoder that knows how to encode T.