future-union-impl 0.1.0

An impl crate for the `future-union` crate. Not intended to be used otherwise.
Documentation
[package]
name = "future-union-impl"
version = "0.1.0"
authors = ["David McGillicuddy <contact@djmcgill.co.uk>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/djmcgill/future-union"
description = "An impl crate for the `future-union` crate. Not intended to be used otherwise."

[lib]
proc-macro = true

[dependencies]
quote = "0.6"
syn = "0.15"
proc-macro2 = "0.4"
proc-macro-hack = "0.5"