hvctrl 0.1.0

A hypervisor controller library
Documentation
1
2
3
4
5
6
7
8
9
// Copyright takubokudori.
// This source code is licensed under the MIT or Apache-2.0 license.
//! Hyper-V controllers.
#![cfg(windows)]
#[cfg(feature = "hypervcmd")]
pub mod hypervcmd;

#[cfg(feature = "hypervcmd")]
pub use hypervcmd::*;