join 0.1.0-beta.5

Macros which provide useful shortcut combinators, combine sync/async chains, support single and multi thread (sync/async) step by step execution of branches, transform tuple of results in result of tuple.
Documentation
[dependencies.join_export]
version = "0.1.0-beta.5"

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

[dependencies.proc-macro-nested]
version = "0.1.3"
[dev-dependencies.failure]
version = "0.1.6"

[dev-dependencies.futures]
features = ["async-await"]
package = "futures-preview"
version = "=0.3.0-alpha.19"

[dev-dependencies.futures-timer]
version = "0.4.0"

[dev-dependencies.rand]
version = "0.7.2"

[dev-dependencies.rayon]
version = "1.2.1"

[dev-dependencies.reqwest]
version = "0.10.0-alpha.2"

[dev-dependencies.tokio]
version = "0.2.0-alpha.6"

[features]
full = ["join_export/full"]
std = []

[lib]
name = "join"

[package]
authors = ["olegnn <olegnosov1@gmail.com>"]
description = "Macros which provide useful shortcut combinators, combine sync/async chains, \nsupport single and multi thread (sync/async) step by step execution of branches, \ntransform tuple of results in result of tuple.\n"
documentation = "https://docs.rs/join"
edition = "2018"
license = "MIT"
name = "join"
readme = "README.md"
repository = "https://github.com/olegnn/join"
version = "0.1.0-beta.5"