Kobzol/cargo-wizard
Cargo subcommand for configuring Cargo projects for best performance. observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 94
- Release rhythm 47
- Longevity 65
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: 913
- days_rel: 142
- days_push: 39
- n_releases_24m: 1
Adoption not part of the score
1073 stars · 12 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
cargo-wizard is a Cargo subcommand that applies predefined profile and config templates to Rust projects to optimize for fast compilation, maximum runtime performance, or minimal binary size. It offers both an interactive wizard and a non-interactive mode for applying templates like fast-compile, fast-runtime, and min-size.
Use cases
- configure cargo project for fastest compile times
- minimize rust binary size
- maximize rust runtime performance with LTO
- apply cargo profile templates automatically
- set up faster linker and cranelift backend
- optimize cargo.toml build settings without reading perf book
When to choose
- you want to quickly tune Cargo build profiles for compile speed, runtime, or size
- you're tired of hunting through blog posts and perf books for build config advice
- you want an interactive or scriptable way to modify Cargo.toml and .cargo/config.toml
When to avoid
- you need fine-grained custom build configuration beyond the provided templates
- your project doesn't use Cargo (non-Rust projects)
- you need CI-level build pipeline configuration rather than Cargo profile settings
Facets
cli-tool · maturity active
cli build-tool configuration-management developer-tools developer-tools performance cli cross-platform cargo-subcommand rust build-configuration profiles compiler-flags command-line
2 sources
- readme: https://github.com/Kobzol/cargo-wizard · fetched 2026-08-28 · ee8c8639b0cd
- registry_crates: https://crates.io/api/v1/crates/cargo-wizard · fetched 2026-08-29 · 7c83b159a096
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Kobzol/cargo-wizard | main | 72 |
For agents
markdown · JSON · MCP: product_card(name="Kobzol/cargo-wizard")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem