tafia / quick-protobuf

A rust implementation of protobuf parser
MIT License
446 stars 82 forks source link

Allow hexadecimal tag numbers in pb-rs #174

Closed jpochyla closed 4 years ago

jpochyla commented 4 years ago

Some of the 3rd party protobuf definitions I'm working with have the field tags specified in hex, the fix seems quick enough.

Thanks for the library!

tafia commented 4 years ago

Thanks!