baseplug icon indicating copy to clipboard operation
baseplug copied to clipboard

`baseplug::model!` proc macro is severely underpowered

Open wrl opened this issue 4 years ago • 0 comments

Ideally, models should be able to have enums, nested structs, arrays, etc. The idea is for the model! macro to serve as a "scope" for everything associated with the model so that the model can be flattened into a list of parameters.

wrl avatar Aug 19 '20 14:08 wrl