1 unstable release
0.1.0 | Jul 15, 2024 |
---|
#17 in #procedure
9,662 downloads per month
Used in 10 crates
(via fluvio-future)
6KB
119 lines
Friendly, test runner for async function
To run a test, annotate as below:
#[test_async]
async fn test_sum() -> Result<(), std::io::Error> {
assert(true,"I am alive);
Ok(())
}
Dependencies
~1.5MB
~37K SLoC