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 put_struct!is for internal use only and is not part of the API.- put_
tuple_ discard_ type put_tuple_discard_type!is for internal use only and is not part of the API.