Expand description
Modules§
Structs§
- Case
Type Iter - An iterator over the variants of CaseType
Enums§
Functions§
- fnl_
remove - Remove the first and last charecters of a string
- project_
root - Fetch the project root unless specified otherwise with a CARGO_MANIFEST_DIR env variable
- 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.