We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
This feature request aims to add an alternative for the api_v2_operation proc macro.
When using proc macro attributes on functions, it currently kills performance inside that function. More on that here
It would be awesome if we can figure out a way to achieve the same result, but without a proc macro.
This feature can hopefully improve performance of large projects as well.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
This feature request aims to add an alternative for the api_v2_operation proc macro.
motivation
When using proc macro attributes on functions, it currently kills performance inside that function. More on that here
It would be awesome if we can figure out a way to achieve the same result, but without a proc macro.
This feature can hopefully improve performance of large projects as well.
Thanks.
The text was updated successfully, but these errors were encountered: