mirror of
https://github.com/hexedtech/codemp-proto.git
synced 2024-11-22 07:24:50 +01:00
docs: fixed readme formatting
This commit is contained in:
parent
66f15a0d42
commit
6bb6dd6a17
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
<p align="center"><a href="https://github.com/hexedtech/codemp"><img alt="codemp logo" src="https://codemp.dev/static/codemp-banner.png" height="100"/></a></p>
|
||||
|
||||
# Protocol
|
||||
gRPC protocol specification for [codemp](https://github.com/hexedtech/codemp).
|
||||
gRPC protocol specification for [`codemp`](https://github.com/hexedtech/codemp).
|
||||
|
||||
This is a [prost](https://github.com/tokio-rs/prost) crate: it will generated Rust code based on the protobuf defintions contained in the `proto/` directory.
|
||||
This is a [`prost`](https://github.com/tokio-rs/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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue