is_binary

Function is_binary 

Source
pub fn is_binary(path: &Path) -> bool
Expand description

Determines if the path is an executable binary. That is, if it exists, is a file, and is executable where applicable.