gnzlbg/cargo-asm
cargo subcommand showing the assembly or llvm-ir generated for Rust code observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3123
- days_rel: n/a
- days_push: 919
- n_releases_24m: 0
Adoption not part of the score
1294 stars · 37 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
cargo-asm is a cargo subcommand that displays the assembly or LLVM IR generated for Rust source code. It supports querying functions and methods by path, annotating assembly with Rust source, and outputting Intel/AT&T syntax or a JSON AST.
Use cases
- view the assembly generated for a Rust function
- inspect LLVM IR emitted by rustc for a method
- check how the compiler optimizes a hot function
- compare assembly across Rust nightly and stable
- dump assembly as JSON for further processing
- see Rust source interleaved with generated assembly
When to choose
- you need to inspect compiler output for performance tuning of Rust code
- you want a quick cargo-integrated way to view asm or LLVM IR for specific functions
- you work across x86, ARM, MIPS, PowerPC, or SPARC targets
When to avoid
- you need a general-purpose disassembler for binaries rather than compiler output
- you need a debugger or profiler instead of static code inspection
- you need actively developed tooling with frequent updates
Facets
cli-tool · maturity maintenance
developer-tools compiler cli developer-tools performance programming-languages windows cli rust cargo-subcommand assembly llvm-ir rust code-inspection disassembly command-line linux macos
3 sources
- readme: https://github.com/gnzlbg/cargo-asm · fetched 2026-08-28 · f194d65efe2a
- homepage: https://github.com/gnzlbg/cargo-asm · fetched 2026-08-29 · 578804849515
- registry_crates: https://crates.io/api/v1/crates/cargo-asm · fetched 2026-08-29 · 88ab2cbea1c3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gnzlbg/cargo-asm | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="gnzlbg/cargo-asm")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem