Registry / utility / quale
library1.0.0rscratesunverified

A Rust port of the `which` utility that locates an executable in the user's path.

# Cargo.toml [dependencies] quale = "1.0.0"
INSTALL
IMPORT
SIG · QUALE
Q
quale
utilityrustv1.0.0
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.

which
use quale::which;

Finds the path to an executable in the system PATH.

use quale::which; match which("cargo") { Some(path) => println!("Found at: {}", path.display()), None => println!("Not found"), }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
quale — cargo add quale · libregistry