Pinned Repositories
book
The Rust Programming Language
cargo
The Rust package manager
mdBook
Create book from markdown files. Like Gitbook but implemented in Rust
rfcs
RFCs for changes to Rust
rust
Empowering everyone to build reliable and efficient software.
rust-analyzer
A Rust compiler front-end for IDEs
rust-by-example
Learn Rust with examples (Live code editor included)
rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
rustup
The Rust toolchain installer
The Rust Programming Language's Repositories
rust-lang/rust
Empowering everyone to build reliable and efficient software.
rust-lang/mdBook
Create book from markdown files. Like Gitbook but implemented in Rust
rust-lang/rust-analyzer
A Rust compiler front-end for IDEs
rust-lang/cargo
The Rust package manager
rust-lang/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
rust-lang/rustup
The Rust toolchain installer
rust-lang/futures-rs
Zero-cost asynchronous programming in Rust
rust-lang/miri
An interpreter for Rust's mid-level intermediate representation
rust-lang/crates.io
The Rust package registry
rust-lang/this-week-in-rust
Data for this-week-in-rust.org
rust-lang/libc
Raw bindings to platform APIs for Rust
rust-lang/rustc-dev-guide
A guide to how rustc works and how to contribute to it.
rust-lang/reference
The Rust Reference
rust-lang/flate2-rs
DEFLATE, gzip, and zlib bindings for Rust
rust-lang/rustc_codegen_gcc
libgccjit AOT codegen for rustc
rust-lang/socket2
Advanced configuration options for sockets.
rust-lang/crates.io-index
Registry index for crates.io
rust-lang/libm
A port of MUSL's libm to Rust.
rust-lang/rust-forge
Information useful to people contributing to Rust
rust-lang/blog.rust-lang.org
Home of the Rust and Inside Rust blogs
rust-lang/team
Rust teams structure
rust-lang/triagebot
Automation/tooling for Rust spaces
rust-lang/thanks
Celebrate Rust contributors.
rust-lang/rustup-components-history
Rustup package status history
rust-lang/rust-repos
Dataset of Rust source code repositories
rust-lang/thorin
DWARF packaging utility, written in Rust, supporting GNU extension and DWARF 5 package formats.
rust-lang/leadership-council
Home of the Rust Leadership Council
rust-lang/rustdoc-types
Rustdoc's JSON output interface
rust-lang/rustc-pr-tracking
Statistics about PRs on the rustc repository.
rust-lang/infra-smoke-tests
Smoke tests for the infrastructure of the Rust project