Expand description
Binary to HTML export functionality
This module provides direct conversion from binary files to HTML dashboards using the templates in ./templates/
Structs§
- Binary
Export Config - Performance optimization configuration
Enums§
- Binary
Output Format - 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