dyn_compatible_macro 0.1.0

Macros for `dyn_compatible`.
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

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

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

[package]
authors = ["Nossie531"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macros for `dyn_compatible`."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "dyn_compatible_macro"
readme = "README.md"
repository = "https://github.com/nossie531/dyn_compatible"
version = "0.1.0"