lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2018-01-29 0:31 GMT+08:00 Dibyendu Majumdar <mobile@majumdar.org.uk>:
> Hi,
>
> On 28 January 2018 at 16:20, Xavier Wang <weasley.wx@gmail.com> wrote:
>> 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.
>>
>
> This is great news - but please would you make clear which version of
> protobuf is supported? Ideally this should be clear in the front page.
>
> Thanks and Regards
> Dibyendu
>

Sorry for that, because it's now support both protobuf 2 & 3, so I
think no need to specify it :-)

It now support map and oneof and all proto 3 syntax, and makes
protobuf2 compatible.

-- 
regards,
Xavier Wang.