You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a suffix attribute for serialization of enum variants (#440)
* test: add default test for prefix kw
* feat: implement suffix enum attribute
similarly to the `prefix` attribute, implement a corresponding attribute
that suffixes enum variants.
issue: fixes#392
* test: add tests for new suffix attribute
* test: add tests checking prefix + suffix attributes together
* style: run cargo fmt
* doc: update docs for new suffix attribute
0 commit comments