Expand description
Render backends. The default Typst backend compiles in-binary; the
Weasyprint/Chromium HTML backends are opt-in and not wired yet (see
docs/wisp-pdf-export.md §8).
Modules§
- typst
- Typst backend — compiles the composed
main.typto PDF in-process using thetypst+typst-pdfcrates (the default WISP renderer; pure Rust, no external toolchain).
Structs§
- Render
Request - Everything a backend needs to produce the PDF.
- Render
Result - Result of a render.
Functions§
- render
- Dispatch to the selected backend.