|
MPack
0.8.2
A C encoding/decoding library for the MessagePack serialization format.
|
| Configuration Options | Defines the MPack configuration options |
| Common Elements | Contains types, constants and functions shared by both the encoding and decoding portions of MPack |
| Core Reader API | The MPack Core Reader API contains functions for imperatively reading dynamically typed data from a MessagePack stream |
| Write API | The MPack Write API encodes structured data of a fixed (hardcoded) schema to MessagePack |
| Expect API | The MPack Expect API allows you to easily read MessagePack data when you expect it to follow a predefined schema |
| Node API | The MPack Node API allows you to parse a chunk of MessagePack data in-place into a dynamically typed data structure |
1.8.11