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

Add partial serde attribute support #110

Merged
merged 2 commits into from
Apr 27, 2022

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented Apr 27, 2022

  • Add partial serde attribute support for Components. This allows use of serde's skip and rename on fields and variants and rename_all on container level.

* Add partial serde attribute support for Components. This allows use of serde's skip and rename on fields and variants and rename_all on container level.
@juhaku juhaku force-pushed the feature-partial-serde-attribute-support branch from d96ce93 to 84faf95 Compare April 27, 2022 14:31
@juhaku juhaku merged commit 9935968 into master Apr 27, 2022
@juhaku juhaku deleted the feature-partial-serde-attribute-support branch April 27, 2022 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

Generated OpenAPI doc uses snake_case: support for subset of serde attributes (rename_all, skip)
1 participant