futures-await-test

Crates.iofutures-await-test
lib.rsfutures-await-test
version0.3.0
sourcesrc
created_at2017-12-16 00:26:20.913372
updated_at2019-11-07 21:48:32.238296
descriptionAsync test support for Rust through a procedural macro. This crate defines the `#[async_test]` attribute to make writing tests that use async/await easier.
homepagehttps://github.com/ngg/futures-await-test
repositoryhttps://github.com/ngg/futures-await-test
max_upload_size
id43263
size3,076
Gergely Nagy (ngg)

documentation

README

futures-await-test

Build Status Latest Version

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.

Commit count: 32

cargo fmt