env_ast
Dead simple procedural macro that mimics env!
but outputs AST tokens instead of a string literal.
WARNING: This macro is potentially DANGEROUS and can introduce arbitrary code execution (ACE) if used improperly. If you need this macro, make sure you REALLY need it.
Usage
Simply add to your Cargo.toml file:
[]
= "*"
And in your code:
extern crate env_ast;