Skip to main content

cargo_bin

Function cargo_bin 

Source
pub fn cargo_bin<S: AsRef<str>>(name: S) -> PathBuf
Expand description

Look up the path to a cargo-built binary within an integration test

Cargo support:

  • >1.94: works
  • >=1.91,<=1.93: works with default build-dir
  • <=1.92: works

ยงPanic

Panicks if no binary is found