• Ilya Lipnitskiy's avatar
    protoc-c: add string as bytes option · cebe3d03
    Ilya Lipnitskiy authored
    Allows treating proto strings as ProtobufCBinaryData to work around
    limitations such as NULL characters in strings, which are allowed in
    protobuf, but not allowed in 'char *' types.
    
    Fixes #203
    cebe3d03
c_field.cc 9.21 KB