Builds take up space.
We count file sizes across Cargo’s target and build directories after a successful build. Cached artifacts, dependencies and other profiles count too. This is total footprint, not just the latest build’s output.
A heavyweight Rust competition
target/.Rust builds take up space. Compare your build artifacts, biggest cleans, and longest waits.
What are we measuring?Total artifact footprint after a successful build.
Loading…| Rank | Project / builder | Build footprint | Build time | Recorded |
|---|
Fetching the latest community entries.
Your agent installs the CLI, connects GitHub, and submits your first build. Start with the prompt.
Your GitHub account, project label, measurements, platform and Cargo version are public. Source code and local paths stay on your machine.
Read the CLI guideOpen your Rust project in Codex, Claude Code, or another coding agent with terminal access.
Set up Cargo Leaderboard in this Rust project using https://cargo-leaderboard.vercel.app/agents.md, then run a build and verify the submission.
Read the agent instructions
Prebuilt binary, checksum verified. Requires Rust to build your projects.
curl -fsSL https://cargo-leaderboard.vercel.app/install.sh -o /tmp/cargo-leaderboard-install.sh &&
sh /tmp/cargo-leaderboard-install.sh
cargo leaderboard login
cargo leaderboard build
cargo leaderboard cleancargo leaderboard clean
Clean deletes your build artifacts, just like cargo clean. Setup
trouble? Run cargo leaderboard doctor.
We count file sizes across Cargo’s target and build directories after a successful build. Cached artifacts, dependencies and other profiles count too. This is total footprint, not just the latest build’s output.
The before-and-after difference is your clean score. Partial cleans count only the decrease. Empty cleans don’t rank. Values use binary units: 1 GiB is 1,073,741,824 bytes.
Hardware, flags and warm caches vary. Sizes are logical bytes, not allocated disk blocks. Shared directories include other projects. Avoid concurrent builds while measuring. GitHub accounts are verified; scores are self-reported.
Keeping a project private? Use --repo my-project to
replace its label, or --no-submit to measure locally. Put
wrapper options before Cargo flags.