Skip to main content

Module rustdoc

Module rustdoc 

Source
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