[go: up one dir, main page]

rmp 0.7.1

Pure Rust MessagePack serialization implementation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rmp"
version = "0.7.1"
authors = ["Evgeny Safronov <division494@gmail.com>"]
license = "MIT"
description = "Pure Rust MessagePack serialization implementation"
repository = "https://github.com/3Hren/msgpack-rust"
documentation = "https://3hren.github.io/msgpack-rust/rmp/index.html"
readme = "../README.md"
keywords = ["msgpack", "MessagePack"]

[dependencies]
byteorder = "*"