# rust-lang/rust

Empowering everyone to build reliable and efficient software.

Repository: https://github.com/rust-lang/rust
Canonical: https://ross.abutalabs.com/products/rust
Homepage: https://www.rust-lang.org
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: rust, compiler, language
Last push: 2026-08-27T00:00:44+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 5922, "days_push": 7, "days_rel": 13, "gap_med": 30, "n_releases_24m": 26}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 116191, forks 15470 (observed 2026-08-28T04:12:24.101254+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: stable
- function: compiler, programming-language, type-system, package-manager, build-tool, linter, formatter, documentation
- domain: programming-languages, compilers, developer-tools, embedded-systems, web-development
- platform: windows, cross-platform, cli, wasm, embedded
- tags: rust, rustc, cargo, memory-safety, ownership-model, systems-programming, monorepo, standard-library, command-line, linux, macos

## Member repositories
- rust-lang/rust (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:24.101254+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:11:53.235032+00:00, confidence not recorded.
  - readme: https://github.com/rust-lang/rust (fetched 2026-08-28T04:12:24.101254+00:00, sha 5650c1dc1d2d)
  - homepage: https://www.rust-lang.org (fetched 2026-08-28T17:29:13.365748+00:00, sha 6d2c777167b2)
  - site_page: https://rust-lang.org/tools/install (fetched 2026-08-28T17:29:13.374646+00:00, sha 716aed8489a8)
  - site_page: https://rustc-dev-guide.rust-lang.org/getting-started.html (fetched 2026-08-28T17:29:13.378593+00:00, sha a9b2f4297989)
  - site_page: https://blog.rust-lang.org/releases/latest (fetched 2026-08-28T17:29:13.376819+00:00, sha 565e26d58741)
  - site_page: https://rust-lang.org/learn (fetched 2026-08-28T17:29:13.380607+00:00, sha 9341b78758b7)
  - site_page: http://forge.rust-lang.org (fetched 2026-08-28T17:29:13.383863+00:00, sha 3a9af5033056)
- Data as of 2026-08-30T08:39:29.467469+00:00.
