pub fn to_camel_case(input: &str) -> String
Convert a string from snake_case to CamelCase.
snake_case
CamelCase