impl-codec 0.4.2

Parity Codec serialization support for uint and fixed hash.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "impl-codec"
version = "0.4.2"
authors = ["Parity Technologies <admin@parity.io>"]
license = "Apache-2.0/MIT"
homepage = "https://github.com/paritytech/parity-common"
description = "Parity Codec serialization support for uint and fixed hash."

[dependencies]
parity-scale-codec = { version = "1.0.6", default-features = false }

[features]
default = ["std"]
std = ["parity-scale-codec/std"]