Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rodrigosetti/messagepack

Serialize instance for Message Pack Object msgpack.org[Haskell]
https://github.com/rodrigosetti/messagepack

haskell messagepack serialization

Last synced: 25 days ago
JSON representation

Serialize instance for Message Pack Object msgpack.org[Haskell]

Awesome Lists containing this project

README

        

# messagepack

[![Build Status](https://travis-ci.org/rodrigosetti/messagepack.svg?branch=master)](https://travis-ci.org/rodrigosetti/messagepack)

[Serialize](http://hackage.haskell.org/package/cereal) instance for
[Message Pack](http://msgpack.org) Object.

For a for Message Pack RPC (remote procedure call) support library, check [messagepack-rpc](http://hackage.haskell.org/package/messagepack-rpc).