# Engula APIs This project contains the public interface definitions of Engula APIs. ## Build You can build the Rust crate in this project to validate the definitions. To compile all `.proto` files: ``` cargo build ``` ## Style guide 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).