DEVELOPMENT ENVIRONMENT

~liljamo/emerwen-proto

emerwen gRPC protocol libraries
feat!: remove responses that can be achieved with status responses
feat!: swap out uint32 for int32, not a big deal
fix(rust): serde derives for PatchTargetRequest.method

refs

master
browse  log 

clone

read-only
https://git.src.quest/~liljamo/emerwen-proto
read/write
git@git.src.quest:~liljamo/emerwen-proto

You can also use your local clone with git send-email.

#emerwen-proto

  • rust
    • the rust library compiles protos at compile time, see build.rs
  • go
    • for the go library, the protos need to be compiled manually, there is a just recipe for this in the justfile