casey
casey copied to clipboard
Case transforming macros for idents
Results
2
casey issues
Sort by
recently updated
recently updated
newest added
I want this macro to ```rust macro_rules! enum_with_associated_type { ($($name:ident = $struct:ty, $id:expr ),+) =>{ // ... } } enum_with_asssociated_type!{ MSP_API_VERSION = 1, } ``` to expand to this code...
question
Would be really helpful if there was also a kebab-case macro, as I need it for my project in order to maintain consistency for command line arguments' format. casey does...
wontfix