Crate reth_codecs_derive

Source
Expand description

Derive macros for the Compact codec traits.

Macros§

  • Generates tests for given type based on passed parameters.

Attribute Macros§

Derive Macros§

  • Derives the Compact trait for custom structs, optimizing serialization with a possible bitflag struct.
  • Adds zstd compression to derived Compact.