msgpuck

Binary serialization library for efficient MsgPack encoding and decoding.

brewmacoslinux
Try with needOr install directly
Source

About

Simple and efficient MsgPack binary serialization library

Examples

serialize data structures into compact binary format$ man msgpuck
decode msgpack binary data back to readable format$ man msgpuck
integrate msgpack serialization into C applications$ #include <msgpuck.h>
reduce network bandwidth when transferring structured data$ man msgpuck
pack multiple values into single binary message$ man msgpuck