I’m trying to learn rust. I’ve worked though the rust book but I’ve stagnated after completing the book. I’ve always found the easiest way to continue learning is to have an actual project to work on. I’m having a hard time coming up with a project to work on in rust so I’m looking for some suggestions.
Normally this question gets the response that you need your own project idea so you actually care about it.
But a small project is best so how about coding a simple game? Hangman is a classic, Wordle would have some interesting challenges, or even just rock, paper, scissors for the very basics of input, output and logic.
If that doesn’t appeal, then perhaps coding challenges would be a good start. There’s plenty around like exercism, codewars, leetcode, etc. Many of them show other people’s answers, so you can learn from them - but be aware that highest voted answer might just be the most clever, but not actually realistic (i.e. not idiomatic, not very comprehensive and/or not maintainable).
hey there fellow, I just started to read the book too. Have u do exercise from rustlings. I find this video from no boilerplate is a really good roadmap
A service that downloads the weather for a region using several external apis and then checks what one is most accurate/derive your own increased accuracy weather forecast