Learning async rust

Hi there,
I want to learn programming async/await in Rust and need a good resource to start of.
I found two books:
https://rust-lang.github.io/async-book/
https://book.async.rs/

Which one would you recommend to read? If one of those two, which one?

Thanks,
trembel

3 Likes

Whilst you are waiting for a reply, you could read them both :slight_smile:

2 Likes

From glancing at both books, it seems like the first is the "official" rust guide to async, whereas the second is a guide to async-std, which I believe is a crate providing similar things to tokio. So probably start with the first one.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.