Anything checked off is merged into the main branch # Features - [x] Enum support for views - [x] Ability to ('base', 'with', 'include', 'using', 'from', 'extend') previous view or model and add or omit on top of it - [x] Attribute filtering, e.g. a list of attributes to keep (and default to none). - [ ] Add optional rustdoc arg for the generated model (Used with the first arg(s) being a comment/rustdoc ### Research / Techspikes Additions that I'm not sure if its possible or easy to add & maintain. Non-commital. - [ ] Struct level attributes to top of generated model, maybe even at the field level (helpful for defaults on enums etc) # Support - [x] Carry over field rust docs - [x] Paths in the derive list for generated models # Tweaks & Fixes - [x] Tweak dependacy feature to not need to be included with them, relying on consumers to import/depend them - [ ] Docs has so many spelling/grammar mistakes, update that!
Anything checked off is merged into the main branch
Features
Research / Techspikes
Additions that I'm not sure if its possible or easy to add & maintain. Non-commital.
Support
Tweaks & Fixes