tafia / quick-protobuf

A rust implementation of protobuf parser
MIT License
452 stars 87 forks source link

Ignore deprecated OneOf fields in the enum definition too #188

Closed yzsolt closed 3 years ago

yzsolt commented 3 years ago

Fixes #187.

tafia commented 3 years ago

Thanks!