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.
i've been doing a mix of different things, making a discord bot with serenity, and I'm working through this performance aware programming course which has me implementing an 8086 processor. Both have been pretty good starter projects for me.