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

Refactor procedural macros #151

Open
rory-ocl opened this issue Aug 21, 2024 · 1 comment
Open

Refactor procedural macros #151

rory-ocl opened this issue Aug 21, 2024 · 1 comment

Comments

@rory-ocl
Copy link
Contributor

The procedural macro implementations have become a bit unwieldy to maintain and add features to. They are essentially one function each, which has continued to grow in size as more features are implemented. The macros should be refactored into smaller pieces that can be more easily tested and documented.

@rory-ocl
Copy link
Contributor Author

Once extract_if is stable we may be able to use that to simplify attribute parsing.
rust-lang/rust#43244

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