Re: Lua 5.1-5.3 serialization library
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua 5.1-5.3 serialization library
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2015年1月14日 11:36:37 -0200
> Based upon the pack / unpack functionality in Lua 5.3, I'm guessing that it is based upon Luiz' original library.
The pack/unpack functions in 5.3 are based mainly on Roberto's struct library,
but there was some overlap.