msoucy / dproto

D Protocol Buffer mixins to create structures at compile time
Boost Software License 1.0
37 stars 16 forks source link

Supported protobuf version #104

Open carun opened 7 years ago

carun commented 7 years ago

Thanks for a nice library.

Does dproto support parsing of proto IDLs in protobuf version 3 format? AFAIK, the wire-format between version 2 and 3 are compatible. So if the parser supports protobuf version 3, it could be a seamless transition.

msoucy commented 7 years ago

dproto does not support proto3 parsing at this time, though I would certainly not rule out adding it in the future