Crate quickcheck_async

Source
Expand description

Runtime-agnostic attribute macros to use quickcheck with async tests.

Attribute Macrosยง

async_std
Mark an async function to be fuzz-tested using quickcheck, within an async_std executor.
tokio
Mark an async function to be fuzz-tested using quickcheck, within a tokio executor.