-
Notifications
You must be signed in to change notification settings - Fork 1
Rust Learning Resources
Niels Mandrus edited this page Jan 18, 2023
·
1 revision
- The Book: The definitive rust book, read this first.
- Easy Rust: Learn rust in simple, easy-to-read English (Author has a YT series that follows the book)
- Rust by Example: Common code snippets with commented explanations (Good reference material)
- Rust Cookbook: Common programming tasks implemented in rust (Good for referencing)
- Rustlings: Short exercises to get you used to reading and writing rust code.