MPack  0.8.2
A C encoding/decoding library for the MessagePack serialization format.
Modules
Here is a list of all modules:
 Configuration OptionsDefines the MPack configuration options
 Common ElementsContains types, constants and functions shared by both the encoding and decoding portions of MPack
 Core Reader APIThe MPack Core Reader API contains functions for imperatively reading dynamically typed data from a MessagePack stream
 Write APIThe MPack Write API encodes structured data of a fixed (hardcoded) schema to MessagePack
 Expect APIThe MPack Expect API allows you to easily read MessagePack data when you expect it to follow a predefined schema
 Node APIThe MPack Node API allows you to parse a chunk of MessagePack data in-place into a dynamically typed data structure