pmcp-macros-support
Pure helpers for pmcp-macros. This crate
exists because proc-macro crates cannot expose arbitrary public API, so the
rustdoc-harvest normalizer lives here instead, where property tests and fuzz
targets can consume it.
This crate is a workspace-internal implementation detail of pmcp. External
users should depend on pmcp (with the macros feature) or pmcp-macros directly,
never on this crate. API stability is not guaranteed.
Version compatibility
pmcp-macros-support 0.1.x→ shipped alongsidepmcp-macros 0.6.x→ shipped alongsidepmcp >= 2.4.0.