fluvio-future-derive

Crates.iofluvio-future-derive
lib.rsfluvio-future-derive
version
sourcesrc
created_at2024-07-15 17:37:29.139301
updated_at2024-07-15 17:37:29.139301
descriptionProcedure macro to run async fn as test
homepage
repositoryhttps://github.com/infinyon/future-aio
max_upload_size
id1304086
size0
Sehyo Chang (sehz)

documentation

README

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(())
}
Commit count: 140

cargo fmt