pin-project 0.1.0

An attribute that would create a projection struct covering all the fields.
Documentation
[badges.travis-ci]
repository = "taiki-e/pin-project"
[dependencies.proc-macro2]
version = "^0.4.13"

[dependencies.quote]
version = "^0.6.8"

[dependencies.syn]
default-features = false
features = ["proc-macro", "parsing", "printing", "full"]
version = "^0.15.9"

[lib]
proc-macro = true

[package]
authors = ["Taiki Endo <te316e89@gmail.com>"]
categories = ["rust-patterns"]
description = "An attribute that would create a projection struct covering all the fields."
documentation = "https://docs.rs/pin-project/"
edition = "2018"
exclude = ["/.travis.yml"]
keywords = ["pin", "macros", "attribute"]
license = "Apache-2.0/MIT"
name = "pin-project"
readme = "README.md"
repository = "https://github.com/taiki-e/pin-project"
version = "0.1.0"