pub fn snake_case(s: &str) -> String
Converts a string to snake_case (lowercase parts joined with _).
_