Expand description
§Quick Macros
This crate provides simple macros:
- Derive
- FieldNames - macro used for generating functions returning a name of a field
Derive Macros§
- Field
Names - Generates methods for retrieving field names of a struct as string literals.
- Full
Ctor - Generates a constructor method for a struct, allowing instantiation with all fields.