Skip to main content

find_in_path

Function find_in_path 

Source
pub(crate) fn find_in_path(binary: &str) -> Option<PathBuf>
Expand description

Searches PATH for a binary by name, returning the first match.