# emerwen-proto
- [rust](./rust/emerwen-proto/)
- the rust library compiles protos at compile time, see [build.rs](./rust/emerwen-proto/build.rs)
- [go](./go/proto/)
- for the go library, the protos need to be compiled manually,
there is a [just](https://github.com/casey/just) recipe for this in the [justfile](./justfile)