Crates.io | futures-await-test |
lib.rs | futures-await-test |
version | 0.3.0 |
source | src |
created_at | 2017-12-16 00:26:20.913372 |
updated_at | 2019-11-07 21:48:32.238296 |
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 | 43263 |
size | 3,076 |
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.