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

Trait to test for punctuation