actix-macros 0.2.4

Macros for Actix system and runtime
Documentation
1
2
3
4
#[actix_rt::main]
async fn main() {
    println!("Hello world");
}