actix-macros 0.2.2

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

fn main() {}