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

Consider using macro_rules_attribute #79

Closed
fasterthanlime opened this issue Sep 23, 2024 · 1 comment
Closed

Consider using macro_rules_attribute #79

fasterthanlime opened this issue Sep 23, 2024 · 1 comment

Comments

@fasterthanlime
Copy link
Contributor

It is a proc macro but doesn't depend on syn/quote/etc.: https://crates.io/crates/macro_rules_attribute

@fasterthanlime
Copy link
Contributor Author

This would basically mean we'd have to parse all struct definitions with only procedural macros? which sounds... iffy. I'm not sure how I would do that honestly.

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

No branches or pull requests

1 participant