Module :: proc_macro_tools
Tools for writing procedural macroses.
Sample
use *;
let code = qt!;
let tree_type = .unwrap;
let got = type_parameters;
got.iter.for_each;
// < i8
// < i16
// < i32
To add to your project
Try out from the repository