vs-installer 0.0.4

Transactional runtime installer for the vs version manager.
Documentation
1
2
3
4
5
6
//! Installation receipt persistence helpers.

use vs_plugin_api::InstalledRuntime;

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