union 0.1.7

Macro which provides useful shortcut combinators, combines sync/async chains, transforms tuple of results in result of tuple, supports single and multi thread (sync/async) step by step execution of branches.
Documentation
[dependencies.proc-macro-hack]
version = "0.5.10"

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

[dependencies.union_export]
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 = "1.0.2"

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

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

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

[lib]
name = "union"

[package]
authors = ["olegnn <olegnosov1@gmail.com>"]
description = "Macro which provides useful shortcut combinators, combines sync/async chains, transforms tuple of results in result of tuple, \nsupports single and multi thread (sync/async) step by step execution of branches.\n"
documentation = "https://docs.rs/union"
edition = "2018"
license = "MIT"
name = "union"
readme = "README.md"
repository = "https://github.com/olegnn/union"
version = "0.1.7"