codemp-proto/README.md
2024-09-05 03:22:59 +02:00

648 B

codemp

Protocol

gRPC protocol specification for codemp.

This is a prost crate: it will generated Rust code based on the protobuf defintions contained in the proto/ directory.

From protobuf definition, prost will compile structs for all protocol messages but also server and client service implementations.

Building

To compile this crate, protoc must be installed: prost requires it to compile the protocol definition.