pub fn camel_case(s: &str) -> String
Expand description

Convert the string s to CamelCase.