pub fn export_plantuml_report( output_path: impl AsRef<Path>, content: &str, ) -> Result<(), ArchUnitError>
Writes an already-rendered PlantUML report as UTF-8, creating missing parents.