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

rewrite using syn + quote #15

Open
llogiq opened this issue Mar 4, 2017 · 1 comment
Open

rewrite using syn + quote #15

llogiq opened this issue Mar 4, 2017 · 1 comment

Comments

@llogiq
Copy link
Owner

llogiq commented Mar 4, 2017

The current unstable version breaks too often for my taste, and the above crates are likely the way forward.

@regexident
Copy link
Collaborator

For the lazy among us:

https://github.com/dtolnay/syn

Parse Rust source code without a Syntex dependency, intended for use with Macros 1.1.

https://github.com/dtolnay/quote

Quasi-quoting without a Syntex dependency, intended for use with Macros 1.1.

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

2 participants