Registry / build-tool / llvm-tools

llvm-tools

JSON →
library0.1.1rscratesunverified

Provides access to the llvm tools installed through the `llvm-tools-preview` rustup component.

# Cargo.toml [dependencies] llvm-tools = "0.1.1"
INSTALL
IMPORT
SIG · LLVM-TOOLS
L
llvm-tools
build-toolrustv0.1.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.

LlvmTools
use llvm_tools::LlvmTools;

Get the path to LLVM tools installed via rustup.

use llvm_tools::LlvmTools; fn main() { let tools = LlvmTools::new().expect("Failed to get LLVM tools path"); println!("LLVM tools path: {:?}", tools.llvm_tools_path()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
llvm-tools — cargo add llvm-tools · libregistry