Module export

Source
Expand description

Exporting Event Model diagrams to documentation formats.

Once you have an Event Model diagram, you want to share it with your team. This module handles exporting diagrams to different formats suitable for documentation, presentations, and reports.

Re-exports§

pub use markdown::MarkdownExportConfig;
pub use markdown::MarkdownExportError;
pub use markdown::MarkdownExporter;
pub use pdf::PdfExportConfig;
pub use pdf::PdfExportError;
pub use pdf::PdfExporter;

Modules§

markdown
Markdown export functionality for Event Model diagrams.
pdf
PDF export functionality for Event Model diagrams.