Expand description
Case-converting utilities.
Re-exports§
pub use convert_case as case;
Enums§
- Defines the type of casing a string can be.
Functions§
- Converts a string to
Alternating. - Converts a string to
Camel. - Converts a string to a specified case.
- Converts a string to
Cobol. - Converts a string to
Constant. - Converts a string to
Flat. - Converts a string to
Kebab. - Converts a string to
Lower. - Converts a string to
Pascal. - Converts a string to
Sentence. - Converts a string to
Snake. - Converts a string to
Title. - Converts a string to
Toggle. - Converts a string to
Train. - Converts a string to
Upper. - Converts a string to
UpperFlat.