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

feat: openapi! macro for rendering templates against an OpenAPI schema compile-time #2

Merged
merged 2 commits into from
Feb 22, 2025

Conversation

wilberg
Copy link
Contributor

@wilberg wilberg commented Feb 22, 2025

This PR will introduce a new macro openapi! exposed by the openapi_macros crate.
The macro will allow developers to get instant feedback on their changes to the template.

Warning

This macro relies on the nightly feature proc_macro_span in order to convert source code to a string as-is. #54725

@wilberg wilberg merged commit 9d30df3 into main Feb 22, 2025
@wilberg wilberg deleted the feat/openapi_macros branch February 22, 2025 17:03
wilberg added a commit that referenced this pull request Feb 24, 2025
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

Successfully merging this pull request may close these issues.

1 participant