ruby-protobuf / protobuf

A pure ruby implementation of Google's Protocol Buffers
https://github.com/ruby-protobuf
MIT License
462 stars 101 forks source link

Support oneOf groups #399

Open bclewis1 opened 5 years ago

bclewis1 commented 5 years ago

Heya, I saw you guys had a stale pull request adding oneOf support - we actually need this for a project I'm working on so I thought I'd try raising a fresh one using some of the ideas presented there.

Let me know if theres anything I can do to get this over the line.