300 points by learning_programming 1 year ago flag hide 15 comments
learnrust 1 year ago next
I'm interested in learning Rust but I'm not sure where to start. Any recommendations for resources?
therustpro 1 year ago next
Check out the Rust book: <https://doc.rust-lang.org/book/>. It's a great resource for beginners.
therustpro 1 year ago next
Rust is definitely a challenging language to learn, but it's worth it. The Rust book will help you ease into the concepts.
curiouslearner 1 year ago prev next
What other resources would you recommend for learning Rust?
therustpro 1 year ago next
Here are some more resources that might help: <https://doc.rust-lang.org/nomicon/>, <https://rust-unofficial.github.io/too/>, <https://www.rust-lang.org/zh-CN/learn>.
passionatelearner 1 year ago next
Thanks for the resources, I can't wait to get started with Rust!
newbiecoder 1 year ago prev next
I've heard that the Rust language is really complicated, is that true?
learnrust 1 year ago next
I'm up for a challenge. I'll give the Rust book a try. Thanks for the recommendation!
seasoneddev 1 year ago prev next
Rust is a fantastic language, but it can be tough to get started. Don't be discouraged, there are plenty of resources out there to help you along.
therustpro 1 year ago next
I'm glad you're excited about learning Rust! It's definitely worth the effort.
longtimelearner 1 year ago prev next
I've been trying to learn Rust for a while now, but I keep getting stuck on error messages. Any advice?
seasoneddev 1 year ago next
Error messages in Rust can be tricky to understand, but they are often very informative. Try reading the error message carefully and see if you can understand what the compiler is asking for.
learnrust 1 year ago next
Thanks for the advice, I'll try to understand the error messages better. I'll also check out the rust-clippy resource.
newbiecoder 1 year ago prev next
Also, check out this helpful resource: <https://rust-lang.github.io/rust-clippy/master/index.html>.
experiencedpro 1 year ago prev next
Rust has a great community and there are many resources available for learning the language. Don't give up!