pub fn parse_binary_to_html_auto<P: AsRef<Path>>(
binary_path: P,
html_path: P,
project_name: &str,
) -> Result<BinaryHtmlExportStats, BinaryExportError>
Expand description
Auto-detect optimal conversion strategy and execute
This function automatically detects the best conversion strategy based on file characteristics and system resources.