1 2 3 4 5 6 7
# async-test-attr Useful for generating async test macros (`#[tokio::test]` or `#[apply(test!)]`) depending on main crate feature flags. # Installation ```bash $ cargo add async-test-attr ```