Crate impl_codec

Source
Expand description

Parity Codec serialization support for uint and fixed hash.

Macrosยง

impl_fixed_hash_codec
Add Parity Codec serialization support to a fixed-sized hash type created by construct_fixed_hash!.
impl_uint_codec
Add Parity Codec serialization support to an integer created by construct_uint!.