That's been my approach too. I read the Rust book, wrote some code myself and read other peoples code, then started contributing to different projects. The thing I want to learn more about now is writing async code. Need it for an Iced project i'm working on.
https://github.com/iced-rs/iced/tree/master
Hmmm. Is this async code in general or specific to Rust?
Both tbh but mostly specific to Rust. I just don't feel like I understand it enough in Rust.
Wouldn’t ya know it. There’s a rust book about async. Cant attest to its quality but it’s got 1.6k stars on GitHub as an arbitrary metric. And it’s part of the language repo on GH.
https://rust-lang.github.io/async-book/
How did I not see this? Thanks Gary
🫡
Best of luck. Slap some code into nostr sometime if you have any more questions. Can’t promise I know the answer.