Refactor PmpMacro trait and macro registry: replace dyn dispatch with function pointers, streamline handler struct registration, and enhance documentation

This commit is contained in:
2026-03-04 19:36:25 +01:00
parent 577c02c9a4
commit d8b4550392
3 changed files with 39 additions and 37 deletions

View File

@@ -10,7 +10,6 @@ license-file.workspace = true
proc-macro = true
[dependencies]
syn = { version = "^2", features = ["full"] }
quote = "^1"
darling = "^0"