hypervisor-rs icon indicating copy to clipboard operation
hypervisor-rs copied to clipboard

Rust API to the OS X Hypervisor framework for hardware-accelerated virtualization

Results 2 hypervisor-rs issues
Sort by recently updated
recently updated
newest added

I used this crate, with the code below, and it seems there must be something wrong in using this crate, can you help? ``` extern crate hypervisor; use hypervisor::vCPU; use...

Just minor modifications to improve the readability and to reduce compiler warnings.