Crate ssz_derive

Crate ssz_derive 

Source
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ยง

Decode
Derive ssz::Decode for a struct or enum.
Encode
Implements ssz::Encode for some struct or enum.