Skip to main content

validate_value

Function validate_value 

Source
pub fn validate_value(v: &str) -> Result<(), ConfigError>
Expand description

Validate a config value has no control bytes below 0x20 (except tab) and no 0x7f.