this post was submitted on 30 Jun 2023
21 points (95.7% liked)

Rust

7280 readers
2 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 2 years ago
MODERATORS
 

I think one of the more complex part of rust is async rust, especially when you need to go beneath the surface. So I'm always happy when I find good articles trying to clarify what is going on behind the scenes.

you are viewing a single comment's thread
view the rest of the comments
[–] philm@programming.dev 2 points 2 years ago

Yeah I hope that will improve over time (maybe with the necessary ergonomic changes for async traits and higher kinded types). But I feel this is just a matter of time and will likely be much better after the next Rust edition