Expand description
Provides conversion to and detection of snake case strings.
Example string snake_case
Functionsยง
- is_
snake_ case - Determines of a
&str
issnake_case
- to_
snake_ case - Converts a
&str
tosnake_case
String
Provides conversion to and detection of snake case strings.
Example string snake_case
&str
is snake_case
&str
to snake_case
String