find_binary

Function find_binary 

Source
pub fn find_binary(source_root: &Path, binary: &str) -> Option<PathBuf>
Expand description

Find a binary in standard bin/sbin directories.

Returns None if the binary is not found in any search path.