actix-macros 0.2.4

Macros for Actix system and runtime
Documentation
1
2
3
4
5
6
#[actix_rt::test]
async fn my_test() {
    assert!(true);
}

fn main() {}