ssz_rs_derive 0.4.0

utility crate for deriving simple serialize implementations
Documentation

SimpleSerialize provides a macro to derive SSZ containers and union types from native Rust structs and enums. Refer to the examples in the ssz_rs crate for a better idea on how to use this derive macro.