this post was submitted on 17 Apr 2024
32 points (84.8% liked)

Rust

5771 readers
47 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sugar_in_your_tea@sh.itjust.works 2 points 5 months ago (2 children)

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 2 points 5 months ago (1 children)

"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.

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.

[–] rob47@mastodon.social 2 points 5 months ago

@sugar_in_your_tea @dshank
Check out "Learn Rust in a Month of Lunches" from Manning. It's one of the better books I've found so far