join_impl 0.1.0-alpha.1

Implementation of the `join!` macro.
Documentation
[dependencies.proc-macro-hack]
version = "0.5.10"

[dependencies.proc-macro2]
version = "1.0.3"

[dependencies.quote]
version = "1.0.2"

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

[features]
std = []

[lib]
name = "join_impl"

[package]
authors = ["olegnn <olegnosov1@gmail.com>"]
description = "Implementation of the `join!` macro."
documentation = "https://docs.rs/join_impl"
edition = "2018"
license = "MIT"
name = "join_impl"
readme = "README.md"
repository = "https://github.com/olegnn/join"
version = "0.1.0-alpha.1"