autogen 0.2.3

Autogen is a set of macros that allows you to automatically apply generics to impl blocks.
Documentation
[dependencies.proc-macro2]
version = "1.0.86"

[dependencies.quote]
version = "1.0.36"

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

[lib]
proc-macro = true

[package]
description = "Autogen is a set of macros that allows you to automatically apply generics to impl blocks."
edition = "2021"
keywords = ["generics", "types", "impl", "traits", "autogen"]
license = "MIT"
name = "autogen"
readme = "README.md"
repository = "https://github.com/pstroka/autogen"
version = "0.2.3"