We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parse_inflection
kebab-case
When using specta with serde the following code raises the error: specta: found string literal containing an unsupported inflection at "kebab-case".
specta
serde
specta: found string literal containing an unsupported inflection at "kebab-case"
#[derive(specta::Type, Serialize, Deserialize, Debug)] #[serde(rename_all = "kebab-case")] pub enum MyEnum { Unknown, OtherThing }
https://github.com/oscartbeaumont/specta/blob/main/macros/src/utils.rs#L90
The text was updated successfully, but these errors were encountered:
fadef54
No branches or pull requests
When using
specta
withserde
the following code raises the error:specta: found string literal containing an unsupported inflection at "kebab-case"
.https://github.com/oscartbeaumont/specta/blob/main/macros/src/utils.rs#L90
The text was updated successfully, but these errors were encountered: