Function to_camel_case

Source
pub fn to_camel_case(input: &str) -> String
Expand description

Convert a string from snake_case to CamelCase.