takubokudori / hvctrl

A hypervisor controller library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HvCtrl

crates.io docs.rs

A hypervisor controller library written in Rust.

Supported OS

Windows only.

Supported hypervisor controller

Installation

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"]}

Examples

See the examples directory.

License

MIT or Apache-2.0 License.

About

A hypervisor controller library

License:Apache License 2.0


Languages

Language:Rust 100.0%