Function to_camel_case

Source
pub fn to_camel_case(snake_case: &str, first_letter_uppercase: bool) -> String
Expand description

Convert a snake_case string to the camel case string