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
feat(utoipa-gen): add title_variants attribute for mixed enums
Adds an enum-level attribute to generate the `title` of its variants. By
default it is the concatenation of the enum's and the variant's name. If
the enum has an explicit `title` set, it is used as prefix instead. All
variant titles can be overridden using the field-level `title`
attribute.
0 commit comments