Crate metadata_macro

Crate metadata_macro 

Source
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.