Expand description
Convinient macros to turn Idents into idents or strings by case converting.
Macros
- Convert an
Identto a camelCase&'static str - Convert an
Identto a kebab-case&'static str - Convert an
Identto a flatlowercase&'static str - Convert an
Identto a PascalCase&'static str - Convert an
Identto a snake_case&'static str - Convert an
Identto a UPPER-KEBAB-CASE&'static str - Convert an
Identto a FLATUPPERCASE&'static str - Convert an
Identto a UPPER_SNAKE_CASE&'static str