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
12
13
[dependencies.byteorder]
version = "1"

[dependencies.hex]
version = "0.3"

[package]
authors = ["Ben Snow <balintbence97@gmail.com>"]
description = "Simplified, easy to use, pure Rust MessagePack implementation focused on handling dynamic data structures."
edition = "2018"
license = "MIT"
name = "msgpack_simple"
version = "1.0.1"