Expand description
Unified rustdoc JSON generation functionality
Provides consistent rustdoc JSON generation across the application, including toolchain validation and command execution.
Constants§
- REQUIRED_
TOOLCHAIN - The pinned nightly toolchain version compatible with rustdoc-types 0.53.0
Functions§
- get_
rustdoc_ version - Get rustdoc version information
- run_
cargo_ rustdoc_ json - Run cargo rustdoc with JSON output for a crate or specific package
- test_
rustdoc_ json - Test rustdoc JSON functionality with a simple test file
- validate_
toolchain - Check if the required nightly toolchain is available