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 support for rust_decimal type #79

Merged
merged 1 commit into from
Apr 9, 2022
Merged

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented Apr 9, 2022

  • Add support for parsing rust_decimal as primitive type for OpenAPI spec. By default it will be parsed as
    String type which is default representation for it. Represented type can be overridden with #[component(value_type = ...)] attribute.

* Add support for parsing rust_decimal as primitive type for OpenAPI spec. By default it will be parsed as
String type which is default representation for it. Represented type can be overridden with `#[component(value_type = ...)]` attribute.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant