Skip to main content

Crate vs_core

Crate vs_core 

Source
Expand description

Application orchestration for the vs CLI.

Structs§

App
Top-level application orchestrator.
CurrentTool
A currently resolved tool.
InstalledVersion
A discovered installed version.
MigrateSummary
Migration result for vs migrate.
PluginInfo
Summary for vs info.
SelfUpgradeSummary
Summary for a self-upgrade operation.
UninstallResult
Result from an uninstall operation.
VersionInfo
Version and build metadata for the current vs binary.

Enums§

CoreError
Errors returned by the application layer.
UseScope
Scope to target when writing tool versions.

Type Aliases§

ProgressFn
Reports download progress as (bytes_downloaded_so_far, total_bytes_if_known).