Resources
Curated collection of the best Rust learning resources, tools, libraries, books, courses, and community projects to accelerate your journey.
Official Documentation
The Rust Programming Language
The official Rust book — the most comprehensive introduction to Rust. Free and community-maintained.
Rust by Example
Learn Rust through annotated example programs. Each concept is illustrated with runnable code.
Standard Library Docs
Complete API reference for Rust's standard library with examples for every module and type.
Tools & IDE
Rust Playground
Write, compile, and run Rust code in your browser. Supports stable, beta, and nightly.
rust-analyzer
The official LSP server for Rust. Get inline errors, code completion, and refactoring in any editor.
Crates.io
The Rust community's package registry. Over 150,000 crates for everything from web to embedded.