dais-document
dais-document provides document loading and rendering primitives for Dais.
The crate defines the DocumentSource abstraction, rendered page types, page
cache, render pipeline, and the default Hayro-backed PDF implementation.
use RenderSize;
use HayroDocument;
use DocumentSource;
let doc = open?;
let page = doc.render_page?;
# Ok::
The mupdf feature is reserved for a future backend and is not implemented yet.