This project contains the public interface definitions of Engula APIs.
You can build the Rust crate in this project to validate the definitions.
To compile all `.proto` files:
```
cargo build
```
The design follows most practices from [Google API design guide](https://cloud.google.com/apis/design) and [Buf style guide](https://docs.buf.build/lint/rules#style-guide).