Introduction
The hy-rs crate, pronounced as high rise, provides a unified and portable interface to the hypervisor APIs provided by various platforms. More specifically, this crate provides a portable interface to create and configure VMs.
This crate supports the following platforms:
- Microsoft Windows through the WinHV API or Hyper-V.
- Linux through the KVM API.
- Mac OS X through Apple's Hypervisor Framework.