pub fn normalize_whitespace(src: &str) -> String
Normalize whitespace in a source string: collapse runs of whitespace to single spaces.