Module world

Module world 

Source
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§

SimpleWorld
A minimal implementation of Typst’s World trait for standalone compilation.