Skip to main content

Module protobuf

Module protobuf 

Available on crate features protobuf and ttrpc only.
Expand description

Protobuf support re-exported so generated ttRPC code does not require the consumer to depend on prost directly (mirrors rama-grpc’s protobuf::prost).

Gated on the protobuf feature: this re-export only exists to back generated code, and generating code requires that feature. (prost itself is always a dependency, since the ttRPC wire format is protobuf-framed — unlike rama-grpc where the gate also makes the prost dependency optional.)

Modules§

prost
Re-export of prost and prost-types.