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

Definition of the `join!` macro and the `try_join!` macro.
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]

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

[package]
authors = ["Taiki Endo <te316e89@gmail.com>"]
description = """
Definition of the `join!` macro and the `try_join!` macro.
"""
documentation = "https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.19/futures_join_macro"
edition = "2018"
homepage = "https://rust-lang-nursery.github.io/futures-rs"
license = "MIT OR Apache-2.0"
name = "futures-join-macro-preview"
repository = "https://github.com/rust-lang-nursery/futures-rs"
version = "0.3.0-alpha.19"