hvctrl

Crates.iohvctrl
lib.rshvctrl
version0.1.0
sourcesrc
created_at2021-07-24 15:29:04.588583
updated_at2021-07-24 15:29:04.588583
descriptionA hypervisor controller library
homepagehttps://github.com/takubokudori/hvctrl
repositoryhttps://github.com/takubokudori/hvctrl
max_upload_size
id426809
size177,126
takubokudori (takubokudori)

documentation

README

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.

Commit count: 50

cargo fmt