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.