pub fn remove_control_chars<S: Into<String>>(s: S) -> String
Removes control characters from a string to make it suitable for printing.