pub fn parse_binary_to_html_direct<P: AsRef<Path>>( binary_path: P, html_path: P, project_name: &str, ) -> Result<(), BinaryExportError>
Public API function for binary to HTML conversion