#[main]
Enables an async main function.
#[async_std::main] async fn main() -> std::io::Result<()> { Ok(()) }