56 repos across 3 sub-areas
Cluster 462166
27 repos
Rust language tooling and development
19 repos
Infrastructure, standards, and tools for the Rust programming language itself. This cluster covers the Rust compiler (rustc), code formatting (rustfmt), language reference documentation, RFC processes for language evolution, and developer guides for contributing to Rust. Most repos are written in Rust and focus on linting, language server protocols, and ecosystem documentation. Useful for anyone working on Rust tooling, language features, or understanding how the language is developed and standardized.
Rust language and compiler ecosystem
10 repos
The Rust programming language implementation, compiler infrastructure, and core standard library development. This cluster encompasses the main Rust compiler, standard architecture libraries (stdarch, stdsimd), and closely-related language development work. Repositories here focus on language features, compiler optimization, async/await runtime support, and low-level platform abstractions that form the foundation of the Rust ecosystem.