Crate impl_rlp

source ·
Expand description

RLP serialization support for uint and fixed hash.

Macros§

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