Skip to main content

find_compiled_binary

Function find_compiled_binary 

Source
fn find_compiled_binary(
    target_release: &Path,
    target: BuildTarget,
) -> Result<PathBuf>
Expand description

Walks target/release/ for the first regular file with the host’s executable suffix, ignoring cargo metadata files (.d, .rlib, etc).