1 2 3 4 5 6 7 8
mod minimal; pub(crate) mod plan; #[cfg(feature = "renderer-typst")] mod typst; pub use minimal::MinimalPdfRenderer; #[cfg(feature = "renderer-typst")] pub use typst::TypstPdfRenderer;