protoc-c: add string as bytes option
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
Showing
Please register or sign in to comment