dynpatch-macro 0.1.0

Procedural macros for dynpatch - #[patchable], #[patch_impl], #[patch_trait]
Documentation
[package]
name = "dynpatch-macro"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
rust-version.workspace = true
description = "Procedural macros for dynpatch - #[patchable], #[patch_impl], #[patch_trait]"
documentation = "https://docs.rs/dynpatch-macro"
keywords = ["macro", "procedural", "hot-reload", "patch"]
categories = ["development-tools", "rust-patterns"]
readme = "README.md"

[lib]
proc-macro = true

[dependencies]
syn = { workspace = true }
quote = { workspace = true }
proc-macro2 = { workspace = true }

[dev-dependencies]