Expand description
Case-converting utilities.
Re-exports§
pub use convert_case as case;
Enums§
- Case
- Defines the type of casing a string can be.
Functions§
- to_
alternating - Converts a string to
Alternating. - to_
camel - Converts a string to
Camel. - to_case
- Converts a string to a specified case.
- to_
cobol - Converts a string to
Cobol. - to_
constant - Converts a string to
Constant. - to_flat
- Converts a string to
Flat. - to_
kebab - Converts a string to
Kebab. - to_
lower - Converts a string to
Lower. - to_
pascal - Converts a string to
Pascal. - to_
sentence - Converts a string to
Sentence. - to_
snake - Converts a string to
Snake. - to_
title - Converts a string to
Title. - to_
toggle - Converts a string to
Toggle. - to_
train - Converts a string to
Train. - to_
upper - Converts a string to
Upper. - to_
upper_ flat - Converts a string to
UpperFlat.