Additional Resources
This tutorial introduced you to the basics of Rust and its ownership and borrowing system. If you are interested in diving deeper into Rust, here are some helpful resources:
- The Rust Programming Language (a.k.a. "the book"): An overview of Rust from first principles
- Rustlings: Small exercises in Rust
- Rust By Example: Introduces Rust concepts by through examples, as the name suggests
- Learn Rust: Contains links to many different Rust learning resources including the ones above