futures-await 0.2.0-alpha

Async/await syntax for Rust through a procedural macro. This crate defines the `#[async]` macro for functions, the `await!` macro for function bodies, and intends to be used with the `futures` crate on crates.io as well.
Documentation
language: rust
rust: nightly
sudo: false

script:
  - cargo test
  - cargo test --manifest-path testcrate/Cargo.toml

notifications:
  email:
    on_success: never