pbkit
pbkit copied to clipboard
pbkit doesn't throw Error on enum without zero value in "proto3"
https://developers.google.com/protocol-buffers/docs/proto3#enum
In protoc, you can get this error: The first enum value must be zero in proto3.
Will be resolved after validation step implemented.