pub fn to_snake(s: impl AsRef<str>) -> String
Converts a camelCase or SCREAMING_SNAKE_CASE identifier to a lower_snake case Rust field identifier.
camelCase
SCREAMING_SNAKE_CASE
lower_snake