has_binary_data

Function has_binary_data 

Source
pub fn has_binary_data(data: &[u8]) -> bool
Expand description

Check if data contains binary (non-text) bytes. Returns true if any byte < 32 other than \n, \r, \t, \f, \b.