Proc_macro_derive to create Forms from structs/enums

This library aims to make adding forms in iced applications a lot easier. Given a struct or an enum - this library generates a “xxxForm” struct that can be used to render and build up the struct/enum from user input. For starters it can handle structs/enums with primitive data fields.

All feedback/suggestions are welcome!