Skip to main content

looks_binary

Function looks_binary 

Source
pub fn looks_binary(bytes: &[u8]) -> bool
Expand description

Heuristic: a byte slice is “probably binary” if the first 8KB contains a null byte. This is the same check git uses.