impl-template 1.0.0-alpha

A procedural macro for generating impl-blocks based on a simple template.
Documentation
[[test]]
name = "tests"
path = "tests/trybuild-tests.rs"
[dependencies.itertools]
version = "0.8"

[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.8"

[dependencies.quote]
version = "1.0.2"

[dependencies.syn]
features = ["full", "extra-traits", "visit", "visit-mut"]
version = "1.0"
[dev-dependencies.trybuild]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Thomas Eizinger <thomas@eizinger.io>"]
autotests = false
description = "A procedural macro for generating impl-blocks based on a simple template."
documentation = "https://docs.rs/impl-template/"
edition = "2018"
license = "MIT/Apache-2.0"
name = "impl-template"
repository = "https://github.com/thomaseizinger/rust-impl-template"
version = "1.0.0-alpha"