Registry / networking / kvm-bindings

kvm-bindings

JSON →
library0.14.0rscratesunverified

Rust FFI bindings to KVM generated using bindgen.

# Cargo.toml [dependencies] kvm-bindings = "0.14.0"
INSTALL
IMPORT
SIG · KVM-BINDINGS
K
kvm-bindings
networkingrustv0.14.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

kvm_run
use kvm_bindings::kvm_run;

Access KVM run structure.

use kvm_bindings::kvm_run; fn main() { let run: kvm_run = unsafe { std::mem::zeroed() }; println!("{:?}", run); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kvm-bindings — cargo add kvm-bindings · libregistry