find_tool_in_path

Function find_tool_in_path 

Source
pub(crate) fn find_tool_in_path<P: AsRef<OsStr>>(
    tool_name: &str,
    path: P,
) -> Option<PathBuf>
Expand description

Find a tool in the directories in a given PATH-like string.