[][src]Module inflector::cases::camelcase

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 camelCase String