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