Expand description
Package Registry.
Structs§
- Dummy
Notifier - A dummy notifier that does nothing.
- Dummy
Registry - Dummy package registry that always returns a
NotFound
error. - Memory
Registry - Creates a memory package registry from the builder.
- Package
Spec - Identifies a package.
Enums§
- Package
Error - 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.
- Package
Registry - A trait for package registries.