Crate quick_macros

Source
Expand description

§Quick Macros

This crate provides simple macros:

  • Derive
    • FieldNames - macro used for generating functions returning a name of a field

Derive Macros§

FieldNames
Generates methods for retrieving field names of a struct as string literals.
FullCtor
Generates a constructor method for a struct, allowing instantiation with all fields.