runtime
#[main]
Defines the async main function.
#[runtime::main] async fn main() -> std::io::Result<()> { Ok(()) }