tinymist_world::system

Type Alias TypstSystemWorld

Source
pub type TypstSystemWorld = CompilerWorld<SystemCompilerFeat>;
Expand description

The compiler world in system environment.

Aliased Type§

struct TypstSystemWorld {
    pub library: Arc<LazyHash<Library>>,
    pub font_resolver: Arc<FontResolverImpl>,
    pub registry: Arc<HttpRegistry>,
    /* private fields */
}

Fields§

§library: Arc<LazyHash<Library>>

Provides library for typst compiler.

§font_resolver: Arc<FontResolverImpl>

Provides font management for typst compiler.

§registry: Arc<HttpRegistry>

Provides package management for typst compiler.