Crate build
Available on crate features
grpc and http and std only.Expand description
Grpc codgen support for rama
Modules§
- manual
- This module provides utilities for generating
rama-grpcservice stubs and clients purely in Rust without the need ofprotofiles. It also enables you to set a customCodecif you want to use a custom serialization format other thanprotobuf. - protobuf
protobuf - Protobuf (via prost) build integration for rama-grpc.
Structs§
- Attributes
- Attributes that will be added to
modandstructitems.
Traits§
Functions§
- naive_
snake_ case - Convert a name in PascalCase, as used for gRPC methods and services, into the snake_case used for the matching Rust identifiers.