this post was submitted on 09 Sep 2023
36 points (97.4% liked)
Rust Programming
8144 readers
2 users here now
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I would really wish that the async ecosystem would not be based around runtimes, but would separate runtimes from async libraries. Like let me do file IO async without having to choose between async-std, Tokio, or whatnot for that.
I think it's something being worked on. Unfortunately I can't recall the details offhand.