valust_utils::casing

Function to_constant

Source
pub fn to_constant(s: impl AsRef<str>) -> String
Expand description

Converts a string to Constant.

Alias for to_case(Case::Constant).

Constant case strings are delimited by underscores _ and are all uppercase.