msgpack 0.1.0

MessagePack serialization implementation for Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "msgpack"
description = "MessagePack serialization implementation for Rust"
version = "0.1.0"
repository = "https://github.com/mneumann/rust-msgpack.git"
authors = [
    "Michael Neumann",
    "Jason E. Aten",
    "Piotr Zolnierek",
    "Erick Tryzelaar",
    "OGINO Masanori",
    "Ian Daniher",
    "Derek Chiang (Enchi Jiang)"
]
license = "MIT/Apache-2.0"