pub fn parse_binary_to_html_with_config<P: AsRef<Path>>(
binary_path: P,
html_path: P,
project_name: &str,
config: &BinaryHtmlExportConfig,
) -> Result<BinaryHtmlExportStats, BinaryExportError>
Expand description
Binary to HTML conversion with custom configuration
This function allows fine-tuned control over the conversion process with custom configuration options.