engula-apis 0.3.0

Public interface definitions of Engula APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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).