Expand description
Procedural macros for generating form plugins
Attribute Macros§
- form_
struct - Proc macro for generating a form plugin This macro is dirty and a struct should be placed in a separate file
Derive Macros§
- Form
Actions - Proc macro for deriving form actions
This is intended to be used on an enum in conjunction with the
form_struct
macro