• @sugar_in_your_tea
    link
    22 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
      link
      fedilink
      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.

      • @sugar_in_your_tea
        link
        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.