Skip to main content

Crate vs_installer

Crate vs_installer 

Source
Expand description

Transactional runtime installs for vs.

Structs§

Installer
Handles transactional runtime installs.
InstallerOptions
Runtime installer configuration resolved by the application layer.

Enums§

InstallerError
Errors returned by installer services.

Type Aliases§

InstallReceipt
Metadata persisted after a successful install.
ProgressFn
Reports download progress as (bytes_downloaded_so_far, total_bytes_if_known).