2 releases

0.1.1 May 8, 2021
0.1.0 Sep 21, 2020

#23 in #annotate

Download history 190/week @ 2025-03-11 199/week @ 2025-03-18 201/week @ 2025-03-25 55/week @ 2025-04-01 117/week @ 2025-04-08 196/week @ 2025-04-15 86/week @ 2025-04-22 85/week @ 2025-04-29 180/week @ 2025-05-06 261/week @ 2025-05-13 190/week @ 2025-05-20 18/week @ 2025-05-27 84/week @ 2025-06-03 191/week @ 2025-06-10 399/week @ 2025-06-17 52/week @ 2025-06-24

726 downloads per month

Apache-2.0

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
~38K SLoC