Crate scsys_macros

Source
Expand description

procedural macros for the scsys ecosystem

Macrosยง

getter
A procedural macro for generativly creating getter methods; i.e. $field_name() -> &$field_type and $field_name_mut() -> &mut $field_type