Skip to main content

is_binary_control_char

Function is_binary_control_char 

Source
pub fn is_binary_control_char(byte: u8) -> bool
Expand description

Check if a byte is a binary control character

Returns true for control characters that typically indicate binary content, excluding common text control chars (tab, newline, CR, form feed, etc.)