Coming soon
amalgame-msgpack
MessagePack 1.0 subset codec.
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
any↔List<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
- License: Apache-2.0
- Install:
amc package add msgpack - Source: amalgame-lang/amalgame-msgpack
- Official index: amalgame-lang/packages-index