• sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    3 months ago

    This looks pretty interesting, anyone read any of these? I’m usually not a fan of digital books, but the price is right.

    I’m pretty experienced with programming in general and decent with Rust, but there’s probably some stuff to learn here yet.

    • codemonk@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      2 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.

      • sugar_in_your_tea@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        2 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.