Crate proc_macro_utils
source ·Expand description
Some useful functions on proc_macro
and proc_macro2
types
E.g. pushing tokens onto TokenStream and testing for specific punctuation on TokenTree and Punct
Traits
Generic extensions for
proc_macro2::TokenStream
Trait to test for punctuation