Skip to content

Commit 12357b6

Browse files
committed
Add badges
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
1 parent 929dabe commit 12357b6

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

1416
This 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.

hv-sys/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

57
Unsafe `-sys` crate with raw, unsafe bindings for [Hypervisor Framework](https://developer.apple.com/documentation/hypervisor), automatically generated with `bindgen`.
68

hv/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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

0 commit comments

Comments
 (0)