Registry / utility / toolchain-find

toolchain-find

JSON →
library0.4.0rscratesunverified

A small library to help find installed Rust components.

# Cargo.toml [dependencies] toolchain_find = "0.4.0"
INSTALL
IMPORT
SIG · TOOLCHAIN-FIND
T
toolchain-find
utilityrustv0.4.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.

find_toolchain
use toolchain_find::find_toolchain;

Finds the path to a Rust toolchain by name.

use toolchain_find::find_toolchain; fn main() { if let Some(path) = find_toolchain("stable") { println!("Found toolchain at: {:?}", path); } else { println!("Toolchain not found"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
OpenAI (training)
1
Resources
toolchain-find — cargo add toolchain-find · libregistry