starwing / lua-protobuf

A Lua module to work with Google protobuf
MIT License
1.75k stars 387 forks source link

Encode/decode protobuf text format #134

Closed JustAPotota closed 3 years ago

JustAPotota commented 3 years ago

Is it possible to encode/decode protobufs in text format rather than binary using this library? If not, could you add it?

starwing commented 3 years ago

it request another parser for text format (just like json), so it's not the purpose for this ibrary