Description
Adds Cargo subcommands that call LLVM tools shipped with the Rust toolchain. Developers use them to inspect object files, symbols, sizes, and other low-level build artifacts from Rust projects.
Use it when debugging builds, investigating binaries, or integrating LLVM tooling into Rust workflows. The output is technical and mainly useful to developers.