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.

  • @[email protected]
    link
    fedilink
    21 year ago

    I always have a hard time coming up with projects as well. I’d say try Rustlings to get a more interactive experience with it. Next build an API with Actix Web. I found interacting with a database and a front end helped me understand Rust to a deeper level. Good luck.