| Crates.io | codemp-proto |
| lib.rs | codemp-proto |
| version | 0.8.0 |
| created_at | 2024-08-09 15:26:00.114615+00 |
| updated_at | 2025-07-31 09:11:17.510541+00 |
| description | protocol definitions for codemp -- code multiplexer |
| homepage | https://code.mp |
| repository | https://github.com/hexedtech/codemp-proto |
| max_upload_size | |
| id | 1331037 |
| size | 79,786 |
codempis a collaborative text editing solution to work remotely.
It seamlessly integrates in your editor providing remote cursors and instant text synchronization, as well as a remote virtual workspace for you and your team.
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.
To compile this crate, protoc must be installed: prost requires it to compile the protocol definition.