anystring 0.0.2

a macro for turning tokens into strings
Documentation
1
2
3
4
5
#![no_std]
use proc_macro_hack::proc_macro_hack;

#[proc_macro_hack(fake_call_site)]
pub use anystring_macro::anystring;