rlp 0.4.6

Recursive-length prefix encoding, decoding, and compression
Documentation
[[bench]]
harness = false
name = "rlp"
path = "benches/rlp.rs"
[dependencies.rustc-hex]
default-features = false
version = "2.0.1"
[dev-dependencies.criterion]
version = "0.3.0"

[dev-dependencies.hex-literal]
version = "0.2.1"

[dev-dependencies.primitive-types]
features = ["impl-rlp"]
version = "0.7"

[features]
default = ["std"]
std = ["rustc-hex/std"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Recursive-length prefix encoding, decoding, and compression"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "rlp"
repository = "https://github.com/paritytech/parity-common"
version = "0.4.6"