Crates.io | hvctrl |
lib.rs | hvctrl |
version | 0.1.0 |
source | src |
created_at | 2021-07-24 15:29:04.588583 |
updated_at | 2021-07-24 15:29:04.588583 |
description | A hypervisor controller library |
homepage | https://github.com/takubokudori/hvctrl |
repository | https://github.com/takubokudori/hvctrl |
max_upload_size | |
id | 426809 |
size | 177,126 |
A hypervisor controller library written in Rust.
Windows only.
Features that can be used:
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.