Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 497 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 497 Bytes

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.