Rust Learning
Some Important Concepts
- Strings
- Lifetime
Some small Tips for the early period
- Do not use references
- Copy and clone everything
- Follow the compiler
Materials
Books in order
- The Rust Book by Rust Official Team
- Programming Rust, 2nd by Jim Blandy
- Rust in Action by Tim McNamara
- Comprehensive Rust by Google
- Rust Cookbook
- Rust for Rustaceans by Jon Gjengset