Rust - gusenov/kb GitHub Wiki
- Rust Programming Language
- doc.rust-lang.org/beta
- The Unstable Book has documentation for unstable features.
- doc.rust-lang.org/beta
- A Gentle Introduction to Rust
- Tproger / Rust
- Docs.rs
- freeCodeCamp.org / Learn Rust Programming - Complete Course
- Medium / We have polymorphism at home 🦀! by Ali ghahremani
[Key|core|essential] concepts, terminology, nomenclature
- InfoWorld.com / 4 key concepts for Rust beginners
Community
- Хабр / Rust
- r/learnrust
Books
- Beginning Rust Programming by Ric Messier - 416 pages
- Practical System Programming for Rust Developers. Build fast and secure software for Linux/Unix systems with the help of practical examples by Prabhu Eshwarla - 388 pages
Command-Line
- Command-Line Rust. A Project-Based Primer for Writing Rust CLIs by Ken Youens-Clark - 396 pages
- A curated list of command-line utilities written in Rust
Courses
- Stepik / Rust 🦀: Начальный уровень
Versus
- SecurityLab.ru / Rust против C: Unix-утилиты выбирают безопасность
- Matt Godbolt sold me on Rust (by showing me C++) by Gustavo Noronha