actix-macros 0.2.2

Macros for Actix system and runtime
Documentation
#[actix_rt::test]
fn my_test() {
    futures_util::future::ready(()).await
}

fn main() {}