impl-codec 0.6.0

Parity Codec serialization support for uint and fixed hash.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.parity-scale-codec]
default-features = false
features = ["max-encoded-len"]
version = "3.0.0"

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

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Parity Codec serialization support for uint and fixed hash."
edition = "2021"
homepage = "https://github.com/paritytech/parity-common"
license = "MIT OR Apache-2.0"
name = "impl-codec"
rust-version = "1.56.1"
version = "0.6.0"