is_safe_string

Function is_safe_string 

Source
pub fn is_safe_string(s: &str) -> bool
Expand description

Check if a string contains only safe characters (no control chars except whitespace).