starwing / lua-protobuf

A Lua module to work with Google protobuf
MIT License
1.7k stars 386 forks source link

protobuf3 optional #211

Open yeads opened 1 year ago

yeads commented 1 year ago

最新版已经支持optional语法了,能不能考虑加上这个功能啊

starwing commented 1 year ago

local parser = protoc.new(); parser.proto3_optional = true

yeads commented 1 year ago

感谢