2 unstable releases

0.7.0 Sep 5, 2024
0.0.0 Aug 9, 2024

#1498 in Network programming

Download history 319/week @ 2024-09-02 491/week @ 2024-09-09 2009/week @ 2024-09-16 2953/week @ 2024-09-23 2318/week @ 2024-09-30 2160/week @ 2024-10-07 4976/week @ 2024-10-14 827/week @ 2024-10-21 462/week @ 2024-10-28 99/week @ 2024-11-04 386/week @ 2024-11-11 144/week @ 2024-11-18 36/week @ 2024-11-25 23/week @ 2024-12-02

590 downloads per month
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
~116K SLoC