Expand description
Rust macros for a very elementary metadata-like system in structs and tuple structs.
Macrosยง
- metadata
- The main struct can be defined in whatever way desired. For non-tuple structs: fields in the metadata structs will inherit visibility from the main struct.
- metadata_
only - The main struct can be defined in whatever way desired. For non-tuple structs: fields in the metadata structs will inherit visibility from the main struct.
- put_
struct This macro is for internal use only and is not part of the API.