appnexus / pyrobuf

A Cython alternative to Google's Python Protobuf library
Other
554 stars 76 forks source link

Default with hex value #144

Open ChristianToepfer opened 4 years ago

ChristianToepfer commented 4 years ago

I miss the initialization with hex values, which supports protoc.

message A
{
  optional uint32 ctrl  = 1 [default = 0xFF];
}