Skip to main content

Module diagnostics

Module diagnostics 

Source
Expand description

Runtime diagnostics for system information collection

Provides utilities for gathering diagnostic information about the system, environment, and runtime state.

Structs§

DiagnosticEntry
Diagnostic report entry
DiagnosticReport
Complete diagnostic report

Functions§

check_common_issues
Check for common issues
collect_build_info
Collect Rust/Rs build info
collect_env_info
Collect environment variables
collect_os_info
Collect OS information
collect_path_info
Collect directory paths
collect_shell_info
Collect shell information
collect_tool_versions
Collect tool versions
diagnostic_report_json
Export report as JSON
format_diagnostic_report
Format the report as a string
generate_diagnostic_report
Collect all diagnostics and generate a report
run_diagnostics
Run diagnostics and return formatted output