starwing / lua-protobuf

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

Can someone give me some examples #192

Open SpaceView opened 2 years ago

SpaceView commented 2 years ago

Dears, anyone give some simple examples for this tool? I just met this repository and have no idea where to start.

starwing commented 2 years ago

You could read the documents. And read into test.lua (the test case) for actual usage example.

ghost commented 1 year ago

I would like to stress that the documentation does not have self contained examples.

A new "examples" directory would be a nice addition to this repo.