protobuf definitions for codemp -- code multiplexer
Find a file
zaaarf 966e4c6211
docs: written docs
Co-authored-by: alemi <me@alemi.dev>
2024-09-05 00:08:07 +02:00
proto docs: written docs 2024-09-05 00:08:07 +02:00
src docs: written docs 2024-09-05 00:08:07 +02:00
.editorconfig chore: rustfmt & editorconfig 2024-03-09 19:39:23 +01:00
.gitignore First commit of codemp-proto in new repo 2024-03-09 18:45:32 +01:00
.rustfmt.toml chore: rustfmt & editorconfig 2024-03-09 19:39:23 +01:00
build.rs feat: add session service, version bump 2024-08-21 21:38:36 +02:00
Cargo.toml chore: bump version 2024-08-28 15:27:20 +02:00
README.md docs: written docs 2024-09-05 00:08:07 +02:00

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.