/msgpack

Pure Pony implementation of the MessagePack serialization format. msgpack.org[Pony]

Primary LanguagePonyBSD 2-Clause "Simplified" LicenseBSD-2-Clause

msgpack

A pure Pony implementation of the MessagePack serialization format.

Status

msgpack is currently beta software. It implements a low-level API for encoding and decoding data. Still to do:

  • High-level API for a better programming experience

Installation

  • Install corral
  • corral add github.com/seantallen-org/msgpack.git --version 0.2.5
  • corral fetch to fetch your dependencies
  • use "msgpack" to include this package
  • corral run -- ponyc to compile your application

API Documentation

https://seantallen-org.github.io/msgpack/