impl-rlp 0.3.0

RLP serialization support for uint and fixed hash.
Documentation
[package]
name = "impl-rlp"
version = "0.3.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/paritytech/parity-common"
description = "RLP serialization support for uint and fixed hash."
edition = "2018"

[dependencies]
rlp = { version = "0.5", path = "../../../rlp", default-features = false }

[features]
default = ["std"]
std = ["rlp/std"]