autogen 1.0.0

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

[dependencies.quote]
version = "1.0.37"

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

[dependencies.try_match]
version = "0.4.2"

[lib]
name = "autogen"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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 = "1.0.0"

[[test]]
name = "enums"
path = "tests/enums.rs"

[[test]]
name = "replacements"
path = "tests/replacements.rs"

[[test]]
name = "structs"
path = "tests/structs.rs"

[[test]]
name = "traits"
path = "tests/traits.rs"