fluvio-future-derive

Crates.iofluvio-future-derive
lib.rsfluvio-future-derive
version0.2.0
created_at2024-07-15 17:37:29.139301+00
updated_at2025-06-02 18:39:56.394778+00
descriptionProcedure macro to run async fn as test
homepage
repositoryhttps://github.com/infinyon/future-aio
max_upload_size
id1304086
size7,095
Alan Chen (digikata)

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: 147

cargo fmt