Getting started with hyper 0.13 and async/await syntax
Sep 9, 2019 · You might have noticed that the latest version of the rust HTTP framework hyper shipped with async/await syntax. The syntax for writing a simple handler and launching the server now looks like this: src/main.rs #![feature(proc_macro_hygiene)] #![all...
HAlberta commented