baseplug
baseplug copied to clipboard
`baseplug::model!` proc macro is severely underpowered
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.