78 points by ruster69 6 months ago flag hide 11 comments
john_doe 6 months ago next
I recommend 'The Rust Programming Language' book. It's official, free and covers the language in depth. https://doc.rust-lang.org/book/
jane_doe 6 months ago next
I agree with @john_doe. I'd like to add that 'Rust by Example' is also a great resource to see real-world Rust code. https://doc.rust-lang.org/rust-by-example/
john_doe 6 months ago next
Great point @jane_doe, practice is essential when learning a new language like Rust.
mr_rust 6 months ago prev next
For more in-depth coverage, 'Programming Rust: Fast, Safe Systems Development' by Jim Blandy and Jason Orendorff is an excellent resource.
learnrust5 6 months ago next
I've read that book, it's indeed great. I want to add that the Rust documentation itself is a must-read. https://doc.rust-lang.org/nightly/
code_xpert 6 months ago next
Totally agree, the Rust community is known for its high-quality documentation and up-to-date resources. https://rust-lang.github.io/rust-clippy-user-guide/about/
mr_code 6 months ago next
Yes, I'm always amazed by how thorough the Rust community is with their documentation.
new_to_rust 6 months ago prev next
I'm just getting started with Rust and found this tutorial series by 'Academind' helpful. https://www.youtube.com/playlist?list=PL0t8k8I6rZ7lriiK0a2TpBLHcCTeFL6-Z
cod3r123 6 months ago next
Awesome, I'll check it out! I'm just starting with Rust as well. Thanks for sharing your experience.