Coming soon

amalgame-msgpack

MessagePack 1.0 subset codec.

amc package add msgpack GitHub ↗ ← Back to the ecosystem

Overview

MessagePack is a compact binary serialization format, alternative to JSON when size and speed matter. Planning: 1.0 subset sufficient for most use cases (ints, floats, strings, arrays, maps, binary).

Features

  • MessagePack 1.0 subset
  • Encode/decode anyList<int>
  • Pure Amalgame
  • Compatible with standard MessagePack libs
  • Status: planning

Example

Minimal usage example — copy-paste runnable after install.

# Coming soon
# amc package add msgpack

At a glance

Related packages