Skip to main content

cargo_bin

Function cargo_bin 

pub fn cargo_bin(name: &str) -> 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

Panics if no binary is found