autoimpl-derive 0.1.0

The proc-macro part of the autoimpl macro. Should not be depended on directly.
Documentation
[dependencies]
proc-macro-hack = "0.3"
quote = "0.3"

[dependencies.syn]
features = ["full"]
version = "0.11"

[lib]
proc-macro = true

[package]
authors = ["Blake Pettersson <blake.pettersson@gmail.com>"]
description = "The proc-macro part of the autoimpl macro. Should not be depended on directly."
keywords = ["macro", "generic", "trait", "blanket", "impl"]
license = "Apache-2.0"
name = "autoimpl-derive"
repository = "https://github.com/blakepettersson/autoimpl"
version = "0.1.0"