Crate rspace_macros

Crate rspace_macros 

Source
Expand description

procedural macros for interacting with various wrappers

Macrosยง

binary_wrapper
The binary_wrapper! macro generates implementations for the core binary operations onto a generic wrapper type. It supports both tuple structs and structs with named fields.