2 unstable releases
0.7.0 | Sep 5, 2024 |
---|---|
0.0.0 | Aug 9, 2024 |
#1199 in Network programming
10,035 downloads per month
Used in codemp
17KB
99 lines
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