Skip to main content

Module loader

Module loader 

Source

Structs§

FabricInstaller
ForgeInstaller
NeoForgeInstaller
VanillaInstaller

Traits§

LoaderInstaller
Unified interface for all loaders (dependency-injection layer): callers only deal with &dyn LoaderInstaller and never need to know the concrete loader.

Functions§

create_loader
Build the installer matching a LoaderType.
install_with_loader
Full install: vanilla first, then overlay the injected loader.
no_progress

Type Aliases§

ProgressFn
Progress callback. Arc so it can be cloned across async boundaries and satisfy the Clone + 'static bounds of install_vanilla / download_batch.