MPack 1.1.1
A C encoding/decoding library for the MessagePack serialization format.
Loading...
Searching...
No Matches
Modules
Here is a list of all modules:
 Configuration OptionsDefines the MPack configuration options
 Tags and Common ElementsContains types, constants and functions shared by both the encoding and decoding portions of MPack
 Write APIThe MPack Write API encodes structured data of a fixed (hardcoded) schema to MessagePack
 Reader APIThe MPack Reader API contains functions for imperatively reading dynamically typed data from a MessagePack stream
 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 into a dynamically typed data structure, providing random access to the parsed data