Expand description
A minimal implementation of Typst’s World trait for document compilation.
This module provides a simple world implementation that allows loading and compiling Typst documents from the filesystem. It handles file resolution, source loading, package resolution, and provides the minimal context needed for compilation.
Structs§
- Simple
World - A minimal implementation of Typst’s
Worldtrait for standalone compilation.