I am a web developer that recently got interested into systems programming through the Rust programming language.<p>The language seems like a challenge and suits my decision to expand my technical knowledge by tackling a different environment and paradigm.<p>However, even though I can learn the language, I find it difficult to think of some simple systems programming projecst to practice. In addition to that, whenever I check any Rust-lang repos (i.e. Servo) to potentially contribute there are many alien concepts to me and technical terminology related to low-level programming, making me feel like a beginner.<p>And so I wonder, are there any books or resources to get used to systems programming (APIs definition, architecture, best practices, tutorials...) to have a better context and knowledge?<p>Surely there will be aspects common to web development and any kind of programming. However, systems programming seems quite like a different world to me.
There was a recent tweet from a game developer how to go about learning rust. i have been struggling with rust too. i guess to start anything interesting in rust on should have some what good understanding of lifetime, ownership and how to properly handle data.<p>from what i have learned. one cannot brute force into rust. 5 months ago i started a project using rust. i thought i will just go over few things it's gonna be fine. turns out i ended up hurting my brain. take your time to learn rust star small.<p>Link to the tweet: <a href="https://www.reddit.com/r/rust_gamedev/comments/9hikxm/really_good_thread_on_learning_rust_from_ready_at/" rel="nofollow">https://www.reddit.com/r/rust_gamedev/comments/9hikxm/really...</a>