Block a user
Display trait for Target in pmp-macro-misc to enhance flag formatting and readability
pascal_to_snake utility, rewrite Target handling, and update descriptor structure for bits-based targets.
pmp-macro-core crate: implement attribute parsing, macro registration, and boilerplate generation for PmpMacro trait.
pmp-core crate: provide shared proc-macro utilities, strict attribute parsing, and reusable helpers for pmp-* crates.
PmpMacro trait and macro registry: replace dyn dispatch with function pointers, streamline handler struct registration, and enhance documentation
pmp-macro-misc crate: define shared types, traits, and metadata for macro registration and handling
pmp-emitter-core: enforce strict types, add StrictBool, StrictString, and StrictPath wrappers, and improve error reporting
PmpEmitter implementation: streamline attribute parsing, improve error handling, and enhance support for colorizer and exit attribute inheritance
pmp-emitter into pmp-emitter-core and pmp-emitter-misc, update workspace structure and dependencies