Expand description
Typst parser for converting Typst documents to HTML.
This module provides Typst document parsing with frontmatter extraction and TOC generation. The actual Typst compilation requires setting up a proper TypstWorld which is deferred to the generator phase.
Structs§
- Typst
Parser - Typst parser that extracts frontmatter and prepares content for compilation.
Enums§
- Typst
Error - Typst parsing errors.
Type Aliases§
- Result
- Result type for Typst operations.