# futures-await-test [![Build Status](https://api.travis-ci.org/ngg/futures-await-test.svg?branch=master)](https://travis-ci.org/ngg/futures-await-test) [![Latest Version](https://img.shields.io/crates/v/futures-await-test.svg)](https://crates.io/crates/futures-await-test) 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](tests/test.rs) for examples.