Skip to content
New issue

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 doesn't support kebab-case #239

Closed
pauliesnug opened this issue Jun 2, 2024 · 0 comments
Closed

parse_inflection doesn't support kebab-case #239

pauliesnug opened this issue Jun 2, 2024 · 0 comments

Comments

@pauliesnug
Copy link

When using specta with serde the following code raises the error: 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant