msgpack23: A Modern C++ MessagePack Library
2025-03-30
msgpack23 is a lightweight, header-only C++ library for serializing and deserializing data to the MessagePack format. Leveraging modern C++ features (C++20 and beyond), it offers a flexible, zero-dependency solution supporting various data types including STL containers, time points, and custom types. Its simple API, performance focus, and extensibility make it a powerful tool for efficient data handling.
Development