impl-serde 0.2.3

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

[dependencies]
serde = "1.0.101"

[dev-dependencies]
criterion = "0.3.0"
serde_derive = "1.0.101"
serde_json = "1.0.41"
uint = "0.8.1"

[[bench]]
name = "impl_serde"
harness = false