Skip to main content

host_binary_available

Function host_binary_available 

Source
pub fn host_binary_available(binary: &str) -> bool
Expand description

Check whether a given binary name is available on the host PATH.

Runs <binary> --version silently; returns true if the process exits successfully. Used by plugins for per-sensor host-tool probing.