Rust Links and Resources
This section provides a large number of links to Rust resources:
Key Websites
rust-lang.org ↗ | Official website for the Rust programming language. |
The Rust Programming Language↗ | "The Rust Book". |
crates.io ↗ | The official crate (library) registry. |
crates.io 's categories↗ | List of categories on crates.io ↗ - search with category:<category-slug> . |
lib.rs ↗ | Curated, unofficial alternative to crates.io ↗. |
docs.rs ↗ | The central documentation website for Rust crates. |
blessed.rs ↗ | Unofficial guide to (the best of) the Rust ecosystem. |
Awesome Rust↗ (GitHub)↗ | A curated list of Rust code and resources. |
github.com ↗ | The home of most Rust code repositories. |
The Rust Foundation↗ | The non-profit stewarding the Rust programming language. |
Lists of Rust Links and Resources
Awesome Rust
↗: a curated list of Rust code and resources.- Rust Learning↗: a bunch of links to blog posts, articles, videos, etc. for learning Rust.
- Learning Resources - Blessed.rs↗.
- Idiomatic Rust↗: a peer-reviewed collection of articles/talks/repos which teach concise, idiomatic Rust.
- LearnRust↗.
- The Rust Starter Pack↗.
Rust Cheatsheets
Learning Resources
Rust Overviews and Starting Points |
Learning Roadmaps |
Courses |
Ferrous Systems Training |
Examples and Exercises |
Guides |
Paid Courses |
University Courses |
Example Code
Example Code and Templates |
"RealWorld" Examples |
Lists of Popular Rust Repositories |
Source Code for Rust Books |
Templates |
Books
Blogs
Rust Blogs and Newsletters |
Chat Platforms, Forums, and Social Media |
Personal Blogs |
Project and Organization Blogs |
Videos, Podcasts
Meetings & Events
Companies & Jobs
Related Topics
- Crate Selection.