A hypervisor controller library written in Rust.
Windows only.
Features that can be used:
- virtualbox
- vboxmanage
- vmware
- vmrun
- vmrest
- hyperv
- hypervcmd
For example, if you want to control Virtual Box, write the following lines to Cargo.toml.
[dependencies]
hvctrl = {git = "0.1.0", features = ["vboxmanage"]}
See the examples
directory.
MIT or Apache-2.0 License.