DEVELOPMENT ENVIRONMENT

~liljamo/emerwen-proto

ref: 0b4a0da3fca7cbc7f171d8c6f4345e94f6551a89 emerwen-proto/README.md -rw-r--r-- 339 bytes
0b4a0da3Jonni Liljamo feat!: iteration number whatever, revamp whooo! 8 hours 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)