Get the latest tech news

Msgpack23 – A modern, header-only C++ library for MessagePack (de)serialization


A modern, header-only C++ library for MessagePack serialization and deserialization. msgpack.org[c++23] - rwindegger/msgpack23

msgpack23 is a lightweight library that provides a straightforward approach to serializing and deserializing C++ data structures into the MessagePack format. Extensible: Allows you to define custom types by implementing pack and unpack member functions, automatically integrating them into the serialization pipeline. Variety of Primitive Types: Integers (signed/unsigned), booleans, floating-point, std::string, byte arrays, and nullptr are all supported out-of-the-box.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of header

header

Photo of C++ library

C++ library

Photo of MessagePack

MessagePack

Related news:

News photo

Begrudgingly Choosing CBOR over MessagePack

News photo

MessagePack: It's like JSON, but fast and small.

News photo

Show HN: AOO – C++ library for real-time audio streaming and messaging