Crate impl_serde

source ·
Expand description

Serde serialization support for uint and fixed hash.

Macros

Add Serde serialization support to a fixed-sized hash type created by construct_fixed_hash!.
Add Serde serialization support to an integer created by construct_uint!.