Skip to content

Commit

Permalink
docs: fixed readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaarf authored Sep 4, 2024
1 parent 66f15a0 commit 6bb6dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 6bb6dd6

Please sign in to comment.