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.