Pony-msgpack
A pure Pony implementation of the MessagePack serialization format.
Status
Pony-msgpack is currently alpha software. It implements a low-level API for encoding and decoding data. Still to do:
- High-level API for a better programming experience
- Timestamp extension type
Installation
- Install pony-stable
- Update your
bundle.json
{
"type": "github",
"repo": "SeanTAllen/pony-msgpack",
"tag": "0.2.0"
}stable fetchto fetch your dependenciesuse "msgpack"to include this packagestable env ponycto compile your application