cps 0.3.1

Assists in the creation of readable and maintainable macro_rules! macros
Documentation
1
2
3
4
5
super::impl_std_cps!(
    fn stringify(tokens: proc_macro2::TokenStream) -> proc_macro2::Literal {
        proc_macro2::Literal::string(&tokens.to_string())
    }
);