trait-match-proc-macro 0.1.0

Proc macro helper crate for `trait-match`.
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

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

[lib]
proc-macro = true

[package]
authors = ["John Matthew Narofsky <7ytd765789@gmail.com>"]
description = "Proc macro helper crate for `trait-match`."
edition = "2018"
license = "AGPL-3.0-or-later"
name = "trait-match-proc-macro"
repository = "https://github.com/green-narofsky/trait-match.git"
version = "0.1.0"