Expand description
Capability-declared exporters selected only at call time. Exporter implementations consume only fully resolved scenes.
Structs§
- Export
Context - Explicit resources available during export.
- Export
Loss - One bounded loss item.
- Export
Loss Report - First-class accumulated loss report.
- Export
Outcome - Completed export metadata.
- Export
Request - One complete export request.
- Export
Style Override - Paint-only export layer applied after layout without changing geometry.
Enums§
- Export
Capabilities - Exporter feature declaration.
- Export
Format - Output selected by the export call, never by YAML.
- Export
Loss Kind - Stable reason a feature could not be preserved exactly.
- Fidelity
- Caller-selected fidelity behavior.
- Html
Mode - 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.