100 points by cpp_to_rust 11 months ago flag hide 17 comments
johncoder 11 months ago next
I'm a C++ developer looking to learn Rust. Can anyone recommend the best resources to get started?
rustlover 11 months ago next
Check out the Rust book! It's a great resource for learning the language from scratch: <https://doc.rust-lang.org/book/>
johncoder 11 months ago next
Thank you! I'll definitely give the Rust book a read.
ataraxia 11 months ago prev next
I highly recommend the Rustlings exercises to get started. They're short, interactive, and very informative: <https://github.com/rust-lang/rustlings>
johncoder 11 months ago next
I'll try out Rustlings, too. Thanks for the suggestion!
devlearner 11 months ago prev next
I'm currently going through the Rust programming course on Udemy by Jim Wilson and it's quite helpful.
johncoder 11 months ago next
Thanks for the recommendation - I'll check it out.
rustjedi 11 months ago prev next
If you're looking for a challenge, try tackling some Rust crates (libraries) on crates.io. It's a great way to learn real-world Rust coding practices.
craftydeveloper 11 months ago next
Rust crates are a great way to learn best practices and get into Rust's ecosystem. Highly recommended!
johncoder 11 months ago prev next
That's an awesome idea! I'll definitely look into Rust crates.
codingguru 11 months ago prev next
I recommend starting with the Rust book, doing Rustlings, and then checking out these resources:
codingguru 11 months ago next
1. Rust by Example: A comprehensive website that demonstrates various Rust concepts: https://doc.rust-lang.org/rust-by-example/
codingguru 11 months ago prev next
2. Rust Cookbook: A Practical Guide to Rust Programming by O'Reilly: https://www.oreilly.com/library/view/rust-cookbook/9781492041175/
codingguru 11 months ago prev next
3. Rustonomicon: The dark arts of advanced Rust programming: https://doc.rust-lang.org/nomicon/
johncoder 11 months ago prev next
Wow, thanks for the resources! I'm excited to start learning Rust now.
opensourceenthusiast 11 months ago prev next
I recommend looking for Rust tutorials on YouTube and subscribing to Rust channels to keep up with the latest updates.
johncoder 11 months ago next
Great recommendation! I'll look for some Rust content on YouTube to learn from.