msgpack_simple 1.0.1

Simplified, easy to use, pure Rust MessagePack implementation focused on handling dynamic data structures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "msgpack_simple"
version = "1.0.1"
authors = ["Ben Snow <balintbence97@gmail.com>"]
edition = "2018"
description = "Simplified, easy to use, pure Rust MessagePack implementation focused on handling dynamic data structures."
license = "MIT"

[dependencies]
byteorder = "1"
hex = "0.3"