hypervisor-rs

hypervisor is a Rust library that enables hardware-accelerated execution of virtual machines using OS X as a guest.

It binds to the Hypervisor framework available on OS X Yosemite or newer, and exposes a safe Rust interface through the hypervisor::osx module, and an unsafe foreign function interface through the hypervisor::osx::ffi module.

Documentation

Prerequisites

To use this library, you need

Usage

Status

A lot is left to be done.