pmcp-macros-support 0.1.0

Pure helpers for pmcp-macros — non-proc-macro sibling crate for the rustdoc-harvest normalizer, so property tests and fuzz targets can consume the logic without proc-macro API restrictions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# pmcp-macros-support

Pure helpers for [`pmcp-macros`](https://crates.io/crates/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 alongside `pmcp-macros 0.6.x` → shipped alongside `pmcp >= 2.4.0`.