mapbox / protozero

Minimalist protocol buffer decoder and encoder in C++
BSD 2-Clause "Simplified" License
293 stars 78 forks source link

start_group and end_group support? #99

Closed ArtBlnd closed 4 years ago

ArtBlnd commented 4 years ago

We have legacy scheme code so we need to parse start_group and end_group wire_type. Will protozero support start_group, end_group in the future?

or do we have trick to parse it from current implementations?

joto commented 4 years ago

Groups have been deprecated forever and I can't even find any documentation on how they are implemented on the wire. So no, this will not be supported.