Module html_export

Module html_export 

Source
Expand description

Binary to HTML export functionality

This module provides direct conversion from binary files to HTML dashboards using the templates in ./templates/

Structs§

BinaryExportConfig
Performance optimization configuration

Enums§

BinaryOutputFormat
Output format for binary export

Functions§

export_binary
[UNIFIED ENTRY POINT] Ultra-fast binary export with format selection and parallel processing
export_binary_optimized
[OPTIMIZED IMPLEMENTATION] Internal optimized binary export implementation
export_binary_to_both
[MAIN API] Export to both JSON and HTML with parallel processing Uses shared data loading and parallel generation for maximum efficiency
export_binary_to_dashboard
[UNIFIED API] Export binary to dashboard with unified configuration
export_binary_to_html
[MAIN API] Export to HTML only with ultra-fast optimizations (user data only) Uses shared data approach to match JSON performance, generates lightweight HTML
export_binary_to_html_both
[MAIN API] Export to both user and system HTML dashboards Generates two separate HTML files for better performance and usability
export_binary_to_html_system
[MAIN API] Export to HTML with system data only Generates HTML dashboard with system allocations (no var_name)
export_binary_to_json
[CONVENIENCE FUNCTIONS] Easy-to-use wrapper functions with ultra-fast performance [MAIN API] Export to JSON only (preserves existing ultra-fast performance) Uses the same optimized approach as parse_full_binary_to_json
export_binary_with_config
Export with custom configuration for advanced users
export_binary_with_format
[BACKWARD COMPATIBILITY] Legacy function that maintains existing API
show_export_options
[UTILITY] Show available export options and performance tips