actix-macros 0.1.2

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

fn main() {}