Skip to main content

tool_exists

Function tool_exists 

Source
pub fn tool_exists(program: &str) -> bool
Expand description

Check if a tool is available (in PATH or as absolute path). Cross-platform: uses which on Unix, where on Windows.