2 unstable releases

0.7.0 Sep 5, 2024
0.0.0 Aug 9, 2024

#990 in Network programming

Download history 63/week @ 2024-08-03 39/week @ 2024-08-10 3/week @ 2024-08-17 264/week @ 2024-08-31 519/week @ 2024-09-07

788 downloads per month

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