pub fn is_binary_content(path: &Path) -> bool
Check if a file is binary by reading its content Returns true if the file appears to be binary (contains null bytes in first 8KB)