valust_utils::casing

Function to_flat

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

Converts a string to Flat.

Alias for to_case(Case::Flat).

Flat case strings are all lowercase, with no delimiter. Note that word boundaries are lost.