rust-lang/rust
Empowering everyone to build reliable and efficient software. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- Longevity 100
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: 30
- age_days: 5922
- days_rel: 13
- days_push: 7
- n_releases_24m: 26
Adoption not part of the score
116191 stars · 15470 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The official Rust monorepo containing the rustc compiler, standard library, and documentation for the Rust programming language. Rust is a systems language focused on performance, memory safety, and reliability through its ownership-based type system.
Use cases
- build reliable and efficient systems software
- compile rust programs from source
- write memory-safe low-level code without a garbage collector
- develop embedded firmware in a safe language
- build fast command-line tools
- compile rust to webassembly for the browser
- contribute to the rust compiler itself
When to choose
- you need a fast, memory-safe systems language with no garbage collector
- you want a mature toolchain with cargo, rustfmt, clippy, and rust-analyzer
- you are targeting embedded devices, network services, or WebAssembly
- you want strong compile-time guarantees against data races and memory bugs
When to avoid
- you need rapid prototyping with quick compile times
- your team cannot invest in learning ownership and borrow checking
- you depend on an ecosystem or runtime available only in another language
- you want a simple scripting experience for small automation tasks
Facets
cli-tool · maturity stable
compiler programming-language type-system package-manager build-tool linter formatter documentation programming-languages compilers developer-tools embedded-systems web-development windows cross-platform cli wasm embedded rust rustc cargo memory-safety ownership-model systems-programming monorepo standard-library command-line linux macos
7 sources
- readme: https://github.com/rust-lang/rust · fetched 2026-08-28 · 5650c1dc1d2d
- homepage: https://www.rust-lang.org · fetched 2026-08-28 · 6d2c777167b2
- site_page: https://rust-lang.org/tools/install · fetched 2026-08-28 · 716aed8489a8
- site_page: https://rustc-dev-guide.rust-lang.org/getting-started.html · fetched 2026-08-28 · a9b2f4297989
- site_page: https://blog.rust-lang.org/releases/latest · fetched 2026-08-28 · 565e26d58741
- site_page: https://rust-lang.org/learn · fetched 2026-08-28 · 9341b78758b7
- site_page: http://forge.rust-lang.org · fetched 2026-08-28 · 3a9af5033056
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rust-lang/rust | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem