pub fn cargo_bin<S: AsRef<str>>(name: S) -> PathBuf👎Deprecated since 2.1.0: incompatible with a custom cargo build-dir, see instead
cargo::cargo_bin!Expand description
Look up the path to a cargo-built binary within an integration test.
NOTE: Prefer cargo_bin! as this makes assumptions about cargo