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