//! Minimal, zero-dependency PDF object/xref/stream writer for `lightweight-pdf`.
//! Never sees `Element`/`RenderNode` — only flat write operations
//! (`plan/00a-contracts-and-artifacts.md`, point 3).
modcontent;moddoc;#[cfg(feature ="tagged-pdf")]modstruct_tree;modwriter;pubusecontent::*;pubusedoc::*;#[cfg(feature ="tagged-pdf")]pubusestruct_tree::*;pubusewriter::*;