Skip to main content

Module parser_tools

Module parser_tools 

Source

Re-exports§

pub use content_parser::TABLE_ANCHOR;
pub use content_parser::djot_to_plain_text;
pub use djot_options::DjotExportOptions;
pub use djot_options::DjotImportOptions;
pub use docx_options::DocxExportOptions;
pub use epub_options::EpubExportOptions;
pub use pdf_options::PdfExportOptions;
pub use word_count::CountMethod;
pub use word_count::WordCharCounts;
pub use word_count::count;
pub use word_count::count_djot;

Modules§

content_parser
djot_options
Per-feature selection for djot import/export.
docx_options
Page geometry + base typography for DOCX export.
epub_options
Book-level metadata for EPUB export.
fragment_schema
list_grouper
pdf_options
Page geometry + typography + font bytes for PDF export (via embedded Typst).
word_count
Pure word/character counting over &str — no document, no store, no threads.