DEVELOPMENT ENVIRONMENT

~liljamo/emerwen-proto

ref: e93a7ed6cbff9a29a6715993f654306fe540f2dd emerwen-proto/README.md -rw-r--r-- 339 bytes
e93a7ed6Jonni Liljamo feat: name fields and webtomaster new and patch rpcs 3 days ago
                                                                                
1
2
3
4
5
6
7
# 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)