impl-rlp 0.2.1

RLP serialization support for uint and fixed hash.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.rlp]
default-features = false
version = "0.4"

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

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