Skip to content

Commit 929dabe

Browse files
authored
Minor README updates
1 parent 99744a1 commit 929dabe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
`hv` is a high level Rust bindings for Hypervisor Framework.
66

7+
[Apple Documentation](https://developer.apple.com/documentation/hypervisor)
8+
79
Build 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:
1214
This 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.

0 commit comments

Comments
 (0)