Crate fuel_derive

Source
Expand description

Derive macros for canonical type serialization and deserialization.

Derive Macrosยง

Compress
Derives Compressible and CompressibleBy traits for the given struct or enum.
Decompress
Derives DecompressibleBy trait for the given struct or enum.
Deserialize
Derives Deserialize trait for the given struct or enum.
Serialize
Derives Serialize trait for the given struct or enum.