tafia / quick-protobuf

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

Wrong FieldType for a Enum field #100

Closed jackalcooper closed 6 years ago

jackalcooper commented 6 years ago

The typ of a field with a Enum default in a message is FieldType::Message(String) not FieldType::Enum(String). The repeated field has this problem as well.