Getting Started with Rust
Assuming you already know what is Rust and already decided to start learning it. Here are some steps for you to follow:
- Take a tour of Rust Syntax and Coding Style and Tour if Rust
- Watch some screencasts to get basics of Ownership &Borrowing concept
http://intorust.com/ or if you understand Portuguese watch Aprenda Rust - Follow this set of runnable examples to understand how everything fit together
https://doc.rust-lang.org/stable/rust-by-example/ - Now it is time to read your first book, you can pick:
-
Rust Essentials
A good introduction to Rust language in a more
superficial
approach which results in a very pleasant and easy reading, recommended even for those who are not experienced with low level systems languages.- Paparback and e-book available on Packt Publisher
https://www.packtpub.com/application-development/rust-essentials-second-edition
- Paparback and e-book available on Packt Publisher
-
TRPL (The Rust Programming language Book)
- Official Book
- Free to read online
- Available as paperback or e-book (buy at Amazon)
-
- Read some real examples
- Rust Cookbook This Rust Cookbook is a collection of simple examples that demonstrate good practices to accomplish common programming tasks, using the crates of the Rust ecosystem.
- Anthology
- Patterns and Good Practices