Crates.io | futures-await-test-preview |
lib.rs | futures-await-test-preview |
version | 0.3.0-alpha.19 |
source | src |
created_at | 2018-07-08 08:03:23.380141 |
updated_at | 2019-09-28 01:34:54.566073 |
description | Async test support for Rust through a procedural macro. This crate defines the `#[async_test]` attribute to make writing tests that use async/await easier. |
homepage | https://github.com/ngg/futures-await-test |
repository | https://github.com/ngg/futures-await-test |
max_upload_size | |
id | 73320 |
size | 3,248 |
Async test support for Rust through a procedural macro. This crate defines the #[async_test]
attribute to make writing tests that use async/await easier.
See the tests for examples.