Awaitility for Rust
Fast, Simple, Straightforward Test utility for async functionalities.
Getting Started
[]
= "0.4"
Awaitility has dev-dependencies of tokio used for its own async fn testing.
Basic Usage
at_most.until;
at_least.always;
at_most.until_no_panic;
async
// ...
See RustDoc for more examples.
Licence
Apache License 2.0
Author
Cause Chung (cuzfrog@gmail.com, cuzfrog@139.com)