Structs§
Traits§
- Loader
Installer - Unified interface for all loaders (dependency-injection layer): callers only
deal with
&dyn LoaderInstallerand 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§
- Progress
Fn - Progress callback.
Arcso it can be cloned across async boundaries and satisfy theClone + 'staticbounds ofinstall_vanilla/download_batch.