Registry / build-tool / executable-path

executable-path

JSON →
library1.0.1rscratesunverified

Gets the path of a binary target's executable.

# Cargo.toml [dependencies] executable-path = "1.0.1"
INSTALL
IMPORT
SIG · EXECUTABLE-PATH
E
executable-path
build-toolrustv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

executable_path
use executable_path::executable_path;

Retrieves the path to a named binary executable.

use executable_path::executable_path; let path = executable_path("my_binary").unwrap(); println!("Executable path: {:?}", path);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
1
Resources
executable-path — cargo add executable-path · libregistry