Mockable time for use in async runtimes based on the approach described in Mocking Time In Async Rust.
NOTE: This library is still in it's infancy, the API is still likely to change (read: improve). Please leave your feedback and suggestions on GitHub.
See the following READMEs for further information.
- async-time-mock-tokio: Support for the tokio runtime.
- async-time-mock-async-std: Support for the async-std runtime.
- async-time-mock-smol: Support for the smol runtime.
- async-time-mock-core: Core primitives. Can be used to build support for more runtimes.