Hacker News new | ask | show | jobs
by worik 34 days ago
> 95% of the ecosystem uses tokio nowadays

The other 5% matters a lot.

> but pretty much all async libraries will work with tokio,

"pretty much" is useful until it's not. When it's not it is a special type of hell

1 comments

I've been writing Rust backend services for years and the 5% has never mattered, I don't even bother checking if things advertise tokio support. Which ones in particular caused you trouble?