Crate
pmat — https://docs.rs/crate/pmat
Request
Please increase the rustdoc execution time limit (currently 15m) for the pmat crate. docs.rs builds are failing because rustdoc exceeds the 15-minute limit; the most recent failed build is pmat 3.19.0 (https://docs.rs/crate/pmat/3.19.0/builds).
Why
pmat (paiml-mcp-agent-toolkit) is a large Rust code-analysis/MCP toolkit — ~4,200 source files plus a heavy dependency tree (the aprender ML/stats stack, swc parsers, arrow, tree-sitter, etc.). Documenting the public API exceeds the default rustdoc time budget.
What we've already done on our side
We've minimized the docs build via [package.metadata.docs.rs] to a lean feature set (no-default-features + core + rust-ast), dropping the heaviest optional parsers (swc/typescript, c/cpp). It compiles, but rustdoc still exceeds 15m.
A modest increase to the rustdoc time limit (and memory/build-time if needed) for this crate would let docs build successfully. Thanks!
Crate
pmat— https://docs.rs/crate/pmatRequest
Please increase the rustdoc execution time limit (currently 15m) for the
pmatcrate. docs.rs builds are failing because rustdoc exceeds the 15-minute limit; the most recent failed build ispmat3.19.0 (https://docs.rs/crate/pmat/3.19.0/builds).Why
pmat(paiml-mcp-agent-toolkit) is a large Rust code-analysis/MCP toolkit — ~4,200 source files plus a heavy dependency tree (theaprenderML/stats stack,swcparsers,arrow,tree-sitter, etc.). Documenting the public API exceeds the default rustdoc time budget.What we've already done on our side
We've minimized the docs build via
[package.metadata.docs.rs]to a lean feature set (no-default-features + core +rust-ast), dropping the heaviest optional parsers (swc/typescript, c/cpp). It compiles, but rustdoc still exceeds 15m.A modest increase to the rustdoc time limit (and memory/build-time if needed) for this crate would let docs build successfully. Thanks!