Crate fuel_derive

source ·
Expand description

Derive macros for canonical type serialization and deserialization.

Derive Macros§

  • Derives Deserialize trait for the given struct or enum.
  • Derives Serialize trait for the given struct or enum.