Description
Compact binary data can be encoded and decoded in Lua 5.2 using a pure Lua MessagePack implementation.
This package is useful for developers whose Lua applications exchange structured data where JSON is too large or slow. It is a serialization library, not a database.
Binary formats can hide malformed or untrusted data. Validate decoded fields before using them for files, permissions, or network actions.