whpx 0.1.0

Idiomatic Rust Bindings of Windows Hypervisor Platform
Documentation
1
2
3
4
5
6
7
#![no_std]

pub mod ffi;
pub mod hvplatform;
pub mod hvemulator;

pub use ffi::init_bindings;