vmexec 0.7.1

Run a single command in a speedy virtual machine with zero-setup
Documentation
1
2
3
4
5
6
7
8
9
10
//! Run a single command in a speedy virtual machine with zero-setup

pub mod error;
pub mod qemu;
pub mod runner;
pub mod ssh;
pub mod types;
pub mod utils;
pub mod vm_images;
pub mod vms;