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
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 1 items with examples
  • Size
  • Source code size: 31.31 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.35 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3m 12s Average build duration of successful builds.
  • all releases: 3m 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • paiml/rust-mcp-sdk
    49 8 3
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • noahgift

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 alongside pmcp-macros 0.6.x → shipped alongside pmcp >= 2.4.0.