I’m currently going through the process of teaching myself Rust as a fun summer project, especially since it’s different enough from the Java/Spring stack I use at work regularly. What are some interesting projects I can work on in Rust to get some familiarity with how the language works, and get an idea of some of the libraries I can use with it?

  • @karburator
    link
    English
    31 year ago

    What are some interesting projects I can work on in Rust to get some familiarity with how the language works

    My recommendation is always the same, regardless of the language:

    https://adventofcode.com

    (And here is some dogfood: I’ve created [email protected], so you can ask questions there and/or share your solutions)