I came to Rust expecting the memory safety and performance everyone raves about, and for a while it delivered. Then I tried writing async Rust, and all that confidence in my code evaporated.. All of a sudden, I had to fight Pin , decipher Waker , and choose among three runtimes, before I had ev...

Source: [Dev.to](https://dev.to/adioof/rusts-async-story-is-still-an-embarrassment-for-web-apis-1fj7)

Sponsored