vs-installer 0.0.1

Transactional runtime installer for the vs version manager.
Documentation
1
2
3
4
use vs_plugin_api::InstalledRuntime;

/// Metadata persisted after a successful install.
pub type InstallReceipt = InstalledRuntime;