$ luarocks install packer
serialize Lua object to string, then restore
README:
testing under LuaJIT 2.1.0-beta3
```lua
packer = require "packer"
-- pack lua objects into a lua string
bin = packer.pack (...)
-- unpack extract ... from bin string
packer.unpack(bin)
```
Versions
Dependencies
lua >= 5.1