2 unstable releases

0.7.0 Sep 5, 2024
0.0.0 Aug 9, 2024

#1715 in Network programming


Used in codemp

GPL-3.0-only

17KB
99 lines

codemp logo

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.


lib.rs:

CodeMP Protocol - cooperative development

codemp-proto is the gRPC protocol specification powering codemp.

This is built on top of [tonic] and provides both clientside and serverside service implementations.

Dependencies

~5–11MB
~117K SLoC