applevisor-sys 0.1.3

Unsafe rust bindings for the Apple Silicon Hypervisor Framework
Documentation
<p align="center">
  <b style="font-size: 2em">APPLEVISOR-SYS</b>
  <br/>
  <span style="font-size: 1.5em">Unsafe Rust bindings for the Apple Silicon Hypervisor Framework</b>
</p>

<hr/>

<p align="center">
  <img src="https://img.shields.io/github/license/impalabs/applevisor?style=for-the-badge&color=ff9900" alt="shields.io license" />
  <img src="https://img.shields.io/github/v/release/impalabs/applevisor?style=for-the-badge&color=f38700" alt="shields.io version" />
  <img src="https://img.shields.io/badge/platform-MacOS%20on%20Apple%20Silicon-e77600?style=for-the-badge" alt="shields.io platform" />
  <br/>
  <a href="https://crates.io/crates/applevisor-sys"><img src="https://img.shields.io/crates/v/applevisor-sys?color=cd5300&style=for-the-badge" alt="shields.io crates.io" /></a>
  <a href="https://docs.rs/applevisor-sys"><img src="https://img.shields.io/badge/docs.rs-rustdoc-bf4200?style=for-the-badge" alt="shields.io crates.io" /></a>
</p>

<hr/>

These unsafe bindings provide access to the Apple Silicon `Hypervisor.framework` from Rust programs. It is recommended to use the safe version of this library available at the following locations:

 * [Applevisor GitHub repository]https://github.com/impalabs/applevisor
 * [Applevisor crates.io page]https://crates.io/crates/applevisor
 * [Applevisor docs.rs page]https://docs.rs/applevisor