File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed 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 )
4+ [ ![ GitHub] ( https://img.shields.io/github/license/mxpv/hv )] ( https://github.com/mxpv/hv/blob/main/LICENSE )
5+ [ ![ docs.rs] ( https://img.shields.io/docsrs/hv )] ( https://docs.rs/hv/ )
66
77` hv ` is a high level Rust bindings for Hypervisor Framework.
88
@@ -16,8 +16,8 @@ Build virtualization solutions on top of a lightweight hypervisor using Rust:
1616This repository contains the following crates:
1717| Name | Description | Links |
1818| --- | --- | --- |
19- | [ ` hv-sys ` ] ( ./hv-sys ) | Unsafe bindings generated with bindgen | [ ![ Crates.io] ( https://img.shields.io/crates/v/hv-sys )] ( 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 )] ( https://img.shields. io/crates/v /hv ) |
19+ | [ ` hv-sys ` ] ( ./hv-sys ) | Unsafe bindings generated with bindgen | [ ![ Crates.io] ( https://img.shields.io/crates/v/hv-sys )] ( https://crates. io/crates/hv-sys ) |
20+ | [ ` hv ` ] ( ./hv ) | High level API to access Hypervisor Framework | [ ![ Crates.io] ( https://img.shields.io/crates/v/hv )] ( https://crates. io/crates/hv ) |
2121
2222### Current list of things to do:
2323- 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 )
4+ [ ![ Crates.io] ( https://img.shields.io/crates/v/hv-sys )] ( https://crates.io/crates /hv-sys)
55![ Crates.io] ( https://img.shields.io/crates/l/hv-sys )
66
77Unsafe ` -sys ` crate with raw, unsafe bindings for [ Hypervisor Framework] ( https://developer.apple.com/documentation/hypervisor ) , automatically generated with ` bindgen ` .
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 )
4+ [ ![ Crates.io] ( https://img.shields.io/crates/v/hv )] ( https://crates.io/crates /hv)
55![ Crates.io] ( https://img.shields.io/crates/l/hv )
6- ![ docs.rs] ( https://img.shields.io/docsrs/hv )
6+ [ ![ docs.rs] ( https://img.shields.io/docsrs/hv )] ( https://docs.rs/hv/ )
77
88` hv ` is a high level Rust bindings for Hypervisor Framework.
99
You can’t perform that action at this time.
0 commit comments