normalize_message

Function normalize_message 

Source
pub fn normalize_message<S: ToString>(message: S) -> String
Expand description

Normalize an error message.

  • Starts with lowercase character unless followed by an uppercase character.
  • Does not end with any punctuation.