tafia / quick-protobuf

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

Fix reserved fields support #81

Closed tafia closed 6 years ago

tafia commented 7 years ago

The PR is actually polluted by a rustfmt but this should fix issues with reserved fields:

relevant change is startng here: https://github.com/tafia/quick-protobuf/compare/issue77?expand=1#diff-161ca5ad7871c529df91b4f9d002226fR82