• codemonk
    link
    22 months ago

    “Asynchronous programming in Rust” is really good, imho. My colleagues and I read it to get a deeper understanding of async Rust. I was skeptical at first, because it is from Packt, but it turned out to be a decent book. Also enjoyed the recent rustacean station episode with its author.

    • @[email protected]
      link
      fedilink
      12 months ago

      Looks like that one is included, and I’m doing a lot of async in Rust lately, so it’s probably worth picking up. I’ve had annoying compile errors that I’ve been able to work around, and a better understanding of how it all works would probably help.