impl_variadics 0.1.0

a macro to generate repetitive idents etc. usually used to implement trait for tuples.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

[lib]
proc-macro = true

[package]
description = "a macro to generate repetitive idents etc. usually used to implement trait for tuples."
edition = "2021"
license = "MIT"
name = "impl_variadics"
readme = "README.md"
version = "0.1.0"