Module registry

Source
Expand description

Package Registry.

Structs§

DummyNotifier
A dummy notifier that does nothing.
DummyRegistry
Dummy package registry that always returns a NotFound error.
MemoryRegistry
Creates a memory package registry from the builder.
PackageSpec
Identifies a package.

Enums§

PackageError
An error that occurred while trying to load a package.

Constants§

DEFAULT_REGISTRY
The default Typst registry.

Traits§

Notifier
A trait for package registries that can be notified.
PackageRegistry
A trait for package registries.