Crate tetsy_impl_rlp[][src]

RLP serialization support for uint and fixed hash.

Macros

impl_fixed_hash_rlp

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

impl_uint_rlp

Add RLP serialization support to an integer created by construct_uint!.