0.7.0
Pre-release
Pre-release
Welp. 0.6.0
was basically completely broken, so I tore out the
darling
-based derive macros and rewrote the whole thing using syn
, and
things are much better now!
There's still a few bits and bobs to add, like snippets (oof. big.), and full
help format string support (they don't quite work in enums right now), but
otherwise, this is pretty usable~
Features
- derive: improved derive support, including partial help format string support! (9ef0dd26)
Bug Fixes
- derive: move to plain syn to fix darling issues (9a78a943)