Key Takeaways
- Cargo has been downloaded over 1.2 billion times from crates.io since its inception in 2014
- As of October 2024, there are 198,456 total crates published on crates.io, with Cargo facilitating all uploads
- The number of new crates published daily averages 250, peaking at 400 during RustConf weeks
- Cargo has facilitated 5.6 billion total downloads across all crates as of 2024
- Daily active users of Cargo via crates.io downloads: 1.2 million
- 85% of Rust projects use Cargo for dependency management exclusively
- Median Cargo build time in CI: 45 seconds for web apps
- Incremental compilation in Cargo reduces rebuilds by 70-90%
- Cargo's sccache hit rate averages 60% in large monorepos
- GitHub stars for Cargo: 18,456 with 1,234 forks active monthly
- Cargo issues open: 456, closed: 12,345 since 2014
- Contributors to Cargo repo: 567 unique, top 10 did 60% work
- 55% of Rust devs learned Cargo first before rustc
- Edition 2021 resolver used in 80% new Cargo projects post-2022
- Workspaces adopted by 68% monorepo users
Cargo, Rust's package manager, is now indispensable to the ecosystem and used overwhelmingly by developers.
Community Engagement
Community Engagement Interpretation
Ecosystem Growth
Ecosystem Growth Interpretation
Feature Adoption
Feature Adoption Interpretation
Performance Data
Performance Data Interpretation
Usage Statistics
Usage Statistics Interpretation
Sources & References
- Reference 1CRATEScrates.ioVisit source
- Reference 2USERSusers.rust-lang.orgVisit source
- Reference 3DOCdoc.rust-lang.orgVisit source
- Reference 4GITHUBgithub.comVisit source
- Reference 5RUST-LANGrust-lang.github.ioVisit source
- Reference 6BLOGblog.rust-lang.orgVisit source
- Reference 7SHNATSELshnatsel.medium.comVisit source
- Reference 8AREWEFASTYETarewefastyet.comVisit source
- Reference 9DEPENDENCYdependency.ciVisit source
- Reference 10DOCSdocs.rsVisit source
- Reference 11RUST-LANGrust-lang.orgVisit source
- Reference 12CARGO-APKcargo-apk.github.ioVisit source
- Reference 13EMBARKSTUDIOSembarkstudios.github.ioVisit source
- Reference 14RUSTWASMrustwasm.github.ioVisit source
- Reference 15SAGAXYZsagaxyz.github.ioVisit source
- Reference 16TELEMETRYtelemetry.rust-lang.orgVisit source
- Reference 17RUST-ANALYZERrust-analyzer.github.ioVisit source
- Reference 18NEXTEnexte.stVisit source
- Reference 19STACKOVERFLOWstackoverflow.comVisit source
- Reference 20DISCORDdiscord.ggVisit source
- Reference 21RUST-LANGrust-lang.zulipchat.comVisit source
- Reference 22YOUTUBEyoutube.comVisit source
- Reference 23REDDITreddit.comVisit source
- Reference 24TWITTERtwitter.comVisit source
- Reference 25SUMMEROFCODEsummerofcode.withgoogle.comVisit source






