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

Derive ssz::Decode for a struct or enum.

Implements ssz::Encode for some struct or enum.