async-test-attr 0.2.0

A helper macro for attribute generation on async tests
Documentation
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
```