File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# hv
22
33[ ![ CI] ( https://github.com/mxpv/hv/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/mxpv/hv/actions/workflows/ci.yml )
4+ ![ GitHub] ( https://img.shields.io/github/license/mxpv/hv )
5+ ![ docs.rs] ( https://img.shields.io/docsrs/hv )
46
57` hv ` is a high level Rust bindings for Hypervisor Framework.
68
@@ -12,10 +14,10 @@ Build virtualization solutions on top of a lightweight hypervisor using Rust:
1214- Rusty API.
1315
1416This repository contains the following crates:
15- | Name | Description |
17+ | Name | Description | Links |
1618| --- | --- |
17- | [ ` hv-sys ` ] ( ./hv-sys ) | Unsafe bindings generated with bindgen |
18- | [ ` hv ` ] ( ./hv ) | High level API to access Hypervisor Framework |
19+ | [ ` hv-sys ` ] ( ./hv-sys ) | Unsafe bindings generated with bindgen | ![ Crates.io ] ( https://img.shields.io/crates/v/hv-sys ) |
20+ | [ ` hv ` ] ( ./hv ) | High level API to access Hypervisor Framework | ![ Crates.io ] ( https://img.shields.io/crates/v/hv ) |
1921
2022### Current list of things to do:
2123- Make high level API safer.
Original file line number Diff line number Diff line change 11# hv-sys
22
33[ ![ CI] ( https://github.com/mxpv/hv/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/mxpv/hv/actions/workflows/ci.yml )
4+ ![ Crates.io] ( https://img.shields.io/crates/v/hv-sys )
5+ ![ Crates.io] ( https://img.shields.io/crates/l/hv-sys )
46
57Unsafe ` -sys ` crate with raw, unsafe bindings for [ Hypervisor Framework] ( https://developer.apple.com/documentation/hypervisor ) , automatically generated with ` bindgen ` .
68
Original file line number Diff line number Diff line change 11# hv
22
33[ ![ CI] ( https://github.com/mxpv/hv/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/mxpv/hv/actions/workflows/ci.yml )
4+ ![ Crates.io] ( https://img.shields.io/crates/v/hv )
5+ ![ Crates.io] ( https://img.shields.io/crates/l/hv )
6+ ![ docs.rs] ( https://img.shields.io/docsrs/hv )
47
58` hv ` is a high level Rust bindings for Hypervisor Framework.
69
You can’t perform that action at this time.
0 commit comments