join_export 0.1.0-alpha.12

Exports of the `join!`, `join_async!`, `join_spawn!`, `join_async_spawn!`, `async_spawn!` macros which are reexported by `join` crate.
[dependencies.join_impl]
version = "0.1.0-alpha.15"

[dependencies.proc-macro-hack]
version = "0.5.10"

[dependencies.quote]
version = "1.0.2"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0"

[features]
full = ["join_impl/full", "join_impl/static"]
std = []

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

[package]
authors = ["olegnn <olegnosov1@gmail.com>"]
description = "Exports of the `join!`, `join_async!`, `join_spawn!`, `join_async_spawn!`, `async_spawn!` macros which are reexported by `join` crate."
documentation = "https://docs.rs/join_export"
edition = "2018"
license = "MIT"
name = "join_export"
readme = "README.md"
repository = "https://github.com/olegnn/join"
version = "0.1.0-alpha.12"