Introduce pmp-macro-core crate: implement attribute parsing, macro registration, and boilerplate generation for PmpMacro trait.

This commit is contained in:
2026-03-05 08:22:28 +01:00
parent 431fe30e34
commit 36b065ddb2
9 changed files with 271 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "pmp-macro"
version = "1.0.0"
edition.workspace = true
authors.workspace = true
license-file.workspace = true
[dependencies]
pmp-macro-core = { path = "crates/pmp-macro-core" }
pmp-macro-misc = { path = "crates/pmp-macro-misc" }