File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55` hv ` is a high level Rust bindings for Hypervisor Framework.
66
7+ [ Apple Documentation] ( https://developer.apple.com/documentation/hypervisor )
8+
79Build virtualization solutions on top of a lightweight hypervisor using Rust:
810- Full Hypervisor Framework support.
911- Supports Apple Silicon.
@@ -12,10 +14,8 @@ Build virtualization solutions on top of a lightweight hypervisor using Rust:
1214This repository contains the following crates:
1315| Name | Description |
1416| --- | --- |
15- | [ hv-sys] ( ./hv-sys ) | Unsafe bindings generated with bindgen |
16- | [ hv] ( ./hv ) | High level API to access Hypervisor Framework |
17-
18- [ Apple Documentation] ( https://developer.apple.com/documentation/hypervisor )
17+ | [ ` hv-sys ` ] ( ./hv-sys ) | Unsafe bindings generated with bindgen |
18+ | [ ` hv ` ] ( ./hv ) | High level API to access Hypervisor Framework |
1919
2020### Current list of things to do:
2121- Make high level API safer.
You can’t perform that action at this time.
0 commit comments