pub fn snake_to_camel(snake: &str) -> String
Convert a snake_case identifier to camelCase.
snake_case
camelCase