docs: fixed readme formatting

This commit is contained in:
zaaarf 2024-09-05 00:24:39 +02:00 committed by GitHub
parent 66f15a0d42
commit 6bb6dd6a17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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> <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 # 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. From protobuf definition, `prost` will compile structs for all protocol messages but also server and client service implementations.