msoucy / dproto

D Protocol Buffer mixins to create structures at compile time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supported protobuf version

carun opened this issue · comments

commented

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.

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