Crate tower_web_protobuf

Source
Expand description

Middleware and friends that help deal with protobuf messages in tower-web.

Structs§

Proto
A wrapper struct for a protobuf message type.
ProtobufMiddleware
Decorate a service by converting incoming and outgoing Protobuf messages.

Traits§

MessagePlus
A thin trait alias to make stuff more legible.