Skip to main content

Crate mxr_export

Crate mxr_export 

Source

Structs§

ExportAttachment
ExportMessage
ExportThread
Input data for export. The caller (daemon/CLI) assembles this from store queries.

Functions§

export
Export a thread in the given format. Returns the exported string.
export_json
export_llm_context
Export thread optimized for AI consumption. Uses the reader pipeline to strip noise, producing a token-efficient representation.
export_markdown
export_mbox
Export thread as RFC 4155 mbox format. Each message starts with “From “ line followed by RFC 2822 headers + body.