Proto2DTypes
enum Proto2DTypes =
["double":"double", "float":"float", "int32":"int", "int64":"long", "uint32":"uint", "uint64":"ulong", "sint32":"@ZigZag int", "sint64":"@ZigZag long", "fixed32":"uint", "fixed64":"ulong", "sfixed32":"int", "sfixed64":"long", "bool":"bool", "string":"ProtoArray!char", "bytes":"ProtoArray!byte"];
pbdcodegen
functionsmanifest constantsstructs
string dict converts Proto types to D types See also: https://developers.google.com/protocol-buffers/docs/proto#scalar