Description
Provides a C implementation of MessagePack, a compact binary format for serializing structured data. Applications use it to encode and decode objects efficiently for storage, messaging, or network protocols.
Most users install it as a dependency. Developers use it when software needs fast structured data exchange without the size overhead of text formats such as JSON.