Refactor PmpMacro trait and macro registry: replace dyn dispatch with function pointers, streamline handler struct registration, and enhance documentation
This commit is contained in:
@@ -10,7 +10,6 @@ license-file.workspace = true
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
|
||||
syn = { version = "^2", features = ["full"] }
|
||||
quote = "^1"
|
||||
darling = "^0"
|
||||
|
||||
Reference in New Issue
Block a user