Skip to main content

Crate dais_document

Crate dais_document 

Source
Expand description

Document source abstraction and PDF rendering for Dais.

Defines the source::DocumentSource trait that abstracts over PDF rendering backends. In v1, the implementation is hayro-backed (or mupdf-rs as fallback). A future native Typst source implementation would be another DocumentSource.

Modulesยง

cache
page
pdf_hayro
Hayro-backed PDF document source.
render_pipeline
Asynchronous render pipeline.
source
typst_renderer