flamer icon indicating copy to clipboard operation
flamer copied to clipboard

rewrite using syn + quote

Open llogiq opened this issue 8 years ago • 1 comments

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

llogiq avatar Mar 04 '17 20:03 llogiq

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.

regexident avatar Mar 05 '17 10:03 regexident