pub fn yaml_path_to_const(yaml_path: &str) -> String
Convert a dotted YAML path (for example, "dogstatsd.bind_host") to a SCREAMING_SNAKE_CASE Rust identifier suitable for a const name.
"dogstatsd.bind_host"
SCREAMING_SNAKE_CASE
const