v0.1.0
Note, the versioning scheme of this repository is currently not stable. Two challenges are
- protoc-gen-rust publishes different version tags for different binaries
- protoc-gen-rust versions do not follow the versions of prost or tonic
In the future, we will likely split this repo into prost/tonic versions and follow the upstream versions.
Welcome to go-protoc-gen-prost, a distribution of protoc-gen-prost that can be trivially invoked from Go. In conjunction with Buf, it becomes possible to have reproducible protobuf builds with no OS dependencies, everything can be configured to work with go run.
See also go-protoc-gen-builtins for protobuf generation of protoc-builtin languages.
As the first release, there may be some issues with packaging or the WebAssembly invocation of the plugins that need to be ironed out, please file any issue you find so we can fix it.