2 releases
0.1.1 | May 8, 2021 |
---|---|
0.1.0 | Sep 21, 2020 |
#6 in #annotate
420 downloads per month
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
~37K SLoC