pub fn to_pascal_case(s: &str) -> String
Converts a snake_case or other string to PascalCase.
snake_case
PascalCase