protoc-gen-validate
protoc-gen-validate copied to clipboard
Ruby Support
Any plan to support Ruby or do you accept ruby support PR?
Thanks for the awesome project!
I'm super excited to use this when and where I can. We're gradually moving towards a microservice architecture where all the APIs are defined in protobuf (which is amazing) but ofc each service has to do message validation on it's own :/
Ruby support isn't planned, but we will be glad to review any PRs adding support. The best place to start is creating the test harness for ruby and then working out from there.