Module export

Module export 

Source
Expand description

Export functionality for git-adr.

This module provides export capabilities:

  • DOCX export
  • HTML export
  • JSON export

Structs§

DocxExporter
DOCX exporter.
ExportResult
Result of an export operation.
HtmlExporter
HTML exporter.
JsonExporter
JSON exporter.

Enums§

ExportFormat
Export format.

Traits§

Exporter
Exporter trait for different formats.

Functions§

export_adrs
Export ADRs to the specified format.