pubmodhierarchy;pubmodpdf_writer;pubusehierarchy::page;/// Common constants used when writing encoded PDF into a [`Write`] or [`PdfWriter`].
////// [`Write`]: std::io::Write
/// [`PdfWriter`]: super::pdf_writer::PdfWriter
pub(crate)modconstants{/// New line constant.
pubconstNL_MARKER:&[u8]=b"\n";/// Single Space.
pubconstSP:&[u8]=b"";/// Marker indicating end of an object section.
pubconstEND_OBJ_MARKER:&[u8]=b"endobj";}