Expand description
§Casing
This module works to implement various naming conventions and name-related primitives.
Structs§
- Case
Type Iter - An iterator over the variants of CaseType
Enums§
Functions§
- to_
camelcase - Converts a string to camelCase.
- to_
kebabcase - Converts a string to kebab-case.
- to_
pascalcase - Converts a string to PascalCase.
- to_
screaming_ snakecase - Converts a string to SCREAMING_SNAKE_CASE.
- to_
snakecase - Converts a string to snake_case.