matklad/cargo-xtask resource
None observed · 2026-08-28
Health v2 · maintenance only
54/100
- Activity 49
- Release rhythm 35
- Longevity 100
Flags: no_releases 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: 2514
- days_rel: n/a
- days_push: 309
- n_releases_24m: 0
Adoption not part of the score
1311 stars · 34 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
cargo-xtask is a specification and documentation of a pattern for adding free-form automation to Rust projects using only cargo and rustc, without external binaries like make. It defines a workspace configuration with an xtask package and a cargo alias so custom tasks written in Rust can be run as `cargo xtask`.
Use cases
- run custom automation tasks in a Rust project without installing make or other tools
- replace bespoke bash scripts with cross-platform Rust task runners
- extend stable cargo with custom commands
- bootstrap project tooling from just cargo and rustc
- define project-specific build and release tasks in Rust
When to choose
- your Rust project needs custom automation and you want zero external binary dependencies
- you want cross-platform task automation without shell scripts
- you prefer writing task logic in Rust with access to crates.io crates
When to avoid
- you need an officially recommended or first-class cargo workflow feature
- your automation needs are fully covered by existing cargo subcommands or a mature task runner
- you want a general-purpose task runner for non-Rust projects
Facets
learning-resource · maturity stable
developer-tools cli build-tool workflow-automation developer-tools rust cli cross-platform cargo xtask rust-workflow task-runner make-alternative specification command-line automation
1 source
- readme: https://github.com/matklad/cargo-xtask · fetched 2026-08-28 · b84bf4563cba
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| matklad/cargo-xtask | main | 54 |
For agents
markdown · JSON · MCP: product_card(name="matklad/cargo-xtask")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem