Hoax
Simple procedural macro crate that "hides" string literals in the binary in plain sight.
Usage
[]
= "1.0.0"
hoax!
Panics only when the first token tree is not a string literal, any followings are ignored.
Returns a String collected from a vector of chars.
Example
extern crate hoax;
println!;
println!;
Expansion
hoax!
is the same as