flamer
flamer copied to clipboard
rewrite using syn + quote
The current unstable version breaks too often for my taste, and the above crates are likely the way forward.
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.