static-dispatch-macros 0.3.0

Implement a trait for an enum, where all variants implement the trait
Documentation
[package]
name = "static-dispatch-macros"
version.workspace = true
edition.workspace = true

description.workspace = true
documentation.workspace = true
readme.workspace = true
repository.workspace = true
license.workspace = true

[lib]
proc-macro = true

[dependencies]
macro-data = { workspace = true, features = ["proc-macro"] }
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true