Skip to main content

Module export

Module export 

Source
Expand description

Capability-declared exporters selected only at call time. Exporter implementations consume only fully resolved scenes.

Structs§

ExportContext
Explicit resources available during export.
ExportLoss
One bounded loss item.
ExportLossReport
First-class accumulated loss report.
ExportOutcome
Completed export metadata.
ExportRequest
One complete export request.
ExportStyleOverride
Paint-only export layer applied after layout without changing geometry.

Enums§

ExportCapabilities
Exporter feature declaration.
ExportFormat
Output selected by the export call, never by YAML.
ExportLossKind
Stable reason a feature could not be preserved exactly.
Fidelity
Caller-selected fidelity behavior.
HtmlMode
HTML structure mode.
PdfMode
PDF text/graphics mode.

Functions§

export
Dispatches to the exact requested exporter.
export_bytes
Exports into a bounded in-memory byte vector.
export_controlled
Exports with cancellation checks and progress at page/element boundaries.
export_dataset_csv
Streams a dataset as RFC-4180-style UTF-8 CSV in table column order.
export_dataset_csv_bytes
Streams a dataset into a bounded in-memory CSV byte vector.