futures-select-macro-preview 0.3.0-alpha.19

The `select!` macro for waiting on multiple different `Future`s at once and handling the first one to complete.
Documentation
[dependencies.proc-macro-hack]
version = "0.5.9"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"

[features]
std = []

[lib]
name = "futures_select_macro"
proc-macro = true

[package]
authors = ["Taylor Cramer <cramertj@google.com>"]
description = """
The `select!` macro for waiting on multiple different `Future`s at once and handling the first one to complete.
"""
documentation = "https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.19/futures_select_macro"
edition = "2018"
homepage = "https://rust-lang-nursery.github.io/futures-rs"
license = "MIT OR Apache-2.0"
name = "futures-select-macro-preview"
repository = "https://github.com/rust-lang-nursery/futures-rs"
version = "0.3.0-alpha.19"