The Rust Programming Language
The Rust Programming Language
rust-bindgen
Automatically generates Rust FFI bindings to C (and some C++) libraries.
rustc_codegen_cranelift
Cranelift based backend for rustc
this-week-in-rust
Data for this-week-in-rust.org
homu
A bot that integrates with GitHub and your favorite continuous integration service
regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
futures-rs
Zero-cost asynchronous programming in Rust
rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
rustc-dev-guide
A guide to how rustc works and how to contribute to it.