2 unstable releases

0.7.0 Sep 5, 2024
0.0.0 Aug 9, 2024

#5 in #grpc-service

Download history 40/week @ 2024-11-27 16/week @ 2024-12-04 2/week @ 2024-12-11 26/week @ 2025-01-08 26/week @ 2025-01-29 16/week @ 2025-02-05 375/week @ 2025-02-12 40/week @ 2025-02-19 24/week @ 2025-03-12

144 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

~4–11MB
~104K SLoC