hv-sys

Crates.iohv-sys
lib.rshv-sys
version0.1.1
sourcesrc
created_at2021-06-29 20:02:57.44451
updated_at2022-01-27 17:56:25.694901
descriptionUnsafe bindings for Hypervisor Framework generated with bindgen
homepage
repositoryhttps://github.com/cloud-hypervisor/hypervisor-framework
max_upload_size
id416335
size4,638
Maksym Pavlenko (mxpv)

documentation

README

hv-sys

CI Crates.io Crates.io

Unsafe -sys crate with raw, unsafe bindings for Hypervisor Framework, automatically generated with bindgen.

Please don't use this crate directly, have a look on hv crate instead. It offers high level safer Rust API to access Hypervisor Framework.

Also please see the repository for ongoing work, questions, submit bugs, etc.

Usage

Add the following to your Cargo.toml:

[dependencies]
hv-sys = "0.1"
Commit count: 32

cargo fmt