Expand description
Provides conversion to and detection of camel case strings.
Example string camelCase
Functionsยง
- is_
camel_ case - Determines if a
&str
is camelCase bool`` - to_
camel_ case - Converts a
&str
to camelCaseString
Provides conversion to and detection of camel case strings.
Example string camelCase
&str
is camelCase bool``&str
to camelCase String