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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[serde generate][Swift] Enum variants should be camelCased #10

Closed
agg23 opened this issue Jun 12, 2022 · 1 comment
Closed

[serde generate][Swift] Enum variants should be camelCased #10

agg23 opened this issue Jun 12, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@agg23
Copy link
Contributor

agg23 commented Jun 12, 2022

馃殌 Feature Request

When generating code, enum variants should be expressed in the native preferred format. In Swift, that is camelCased, as opposed to Rust's UpperCamelCased.

Motivation

Swift types generated with serde-generate feel out of place since they start with a capital letter. It's minor, but the code would be closer to a first class citizen if they were properly camelCased.

@agg23 agg23 added the enhancement New feature or request label Jun 12, 2022
@ma2bd
Copy link
Contributor

ma2bd commented Jul 5, 2022

released in serde-generate 0.23.0

@ma2bd ma2bd closed this as completed Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants