Crate ssz_derive[][src]

Expand description

Provides procedural derive macros for the Encode and Decode traits of the eth2_ssz crate.

Supports field attributes, see each derive macro for more information.

Derive Macros

Implements ssz::Decode for some struct.

Implements ssz::Encode for some struct or enum.