pub fn is_binary_file(path: &str) -> bool
Returns true if the file is likely a binary file. Checks extension first (zero I/O), falls back to content inspection.
true