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

Macros that help us build macros section #46

Open
randall-coding opened this issue Apr 12, 2021 · 0 comments
Open

Macros that help us build macros section #46

randall-coding opened this issue Apr 12, 2021 · 0 comments

Comments

@randall-coding
Copy link

randall-coding commented Apr 12, 2021

I think it would be nice to have a macro helpers section. What do I mean by this? I mean those convenient methods that Rust gives us that are commonly used in macros such as stringify! and unstringify!. I was just searching high and low for a method to do the opposite of stringify! to finally figure out it was unstringify! (duh right?). But it could have easily been tokenize! or some other word, or nothing at all.

Where am I going with this rant? It would be convenient to collect all those macros which are helpful in macro building into their own section of this little book. Assuming there are enough of these things to put into their own section, that could be helpful and save us devs a lot of time!

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