Crate codemp_proto

Source
Expand description

§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.

Modules§

auth
authentication and authorization protocol types and procedures
buffer
buffer synchronisation protocol types and procedures
common
common types across services
cursor
cursor position protocol types and procedures
files
filetree related types
session
session management protocol types and procedures
workspace
workspace state protocol types and procedures