2 releases
0.1.1 | May 8, 2021 |
---|---|
0.1.0 | Sep 21, 2020 |
#6 in #annotate
10,985 downloads per month
Used in 18 crates
(via fluvio-future)
6KB
86 lines
Friendly, test runner for async function
To run a test, annotate as below:
#[test_async]
async fn test_sum() -> Result<(),std::io::Result> {
assert(true,"I am alive);
Ok(())
}
Dependencies
~1.5MB
~35K SLoC