[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] lua-protobuf 0.2
- From: Xavier Wang <weasley.wx@...>
- Date: Mon, 29 Jan 2018 00:20:29 +0800
hi List,
I'm very happy to announce that the second version of lua-protobuf
released, it's a nearly fully rewritten verison with full coverage
test for encode/decode protobuf wire format data in Lua. new features
are:
- new pb.pack/unpack lower level interface
- a pure Lua module for compile proto file into *.pb file format
- complete coverage test and documents.
To install, just use luarocks:
luarocks install lua-protobuf
It releases with the same license as Lua itself, and all feedbacks welcome.
project page: https://github.com/starwing/lua-protobuf
--
regards,
Xavier Wang.