
Msgpack is a binary-based efficient object serialization library. it enables to exchange structured objects between many languages like json. but unlike json, it is very fast and small.
msgpuck is very lightweight header-only library designed to be inlined to your application by the c/c++ compiler. the library is fully documented and covered by unit tests.
this package provides a self-contained header file and a static library. the static library contains generated code for inlined functions and globals tables needed by the some library functions.