Hacker News new | ask | show | jobs
by dbcfd 2339 days ago
Right now, if you want async/await, you either have warp or tide.

Hopefully gotham or rocket gets around to updating.

2 comments

Gotham will be async-ready once this PR lands and the next release is published: https://github.com/gotham-rs/gotham/pull/370
Noice. To me, Gotham makes more sense because it depends on stable, whereas Rocket uses nightly. Anything depending on nightly seems inherently more fragile and un-future-proof (no pun intended).
Can anyone comment on how close Rocket is to a 0.5 release? I’ve been wondering for awhile, but opening an issue to ask seems annoying.
I don't have any insight but you can subscribe to this issue to see how things are moving: https://github.com/SergioBenitez/Rocket/issues/1065
I've been following this quite closely. Most of the work seems to be done. But development is very stop-start in fits and bursts, so it's hard to tell how much longer it will take.