actix_rt
#[main]
Marks async function to be executed by actix system.
#[actix_rt::main] async fn main() { println!("Hello world"); }