Hacker News new | ask | show | jobs
by nicoburns 1999 days ago
For Rocket you want to use the master branch which has async support. Then your request handler is an async function and you can just .await the future returned by reqwest.
1 comments

Oh, I must be behind. Should've kept up and tried it. Thank you!