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_macro::TokenStream
and
proc_macro2::TokenStreamGeneric extensions for
proc_macro::TokenTree
and
proc_macro2::TokenTreeTrait to test for punctuation