Attribute Macro xtor_derive::main

source · []
#[main]
Expand description

Xtor main derive

Examples

#[xtor::main]
async fn main() {
   println!("Hello, world!");
}