An open API service indexing awesome lists of open source software.

https://github.com/wenzel/vid-sys

Rust unsafe bindings for Vid API (Hyper-V)
https://github.com/wenzel/vid-sys

bindings hyper-v hypervisor rust

Last synced: 8 months ago
JSON representation

Rust unsafe bindings for Vid API (Hyper-V)

Awesome Lists containing this project

README

          

# vid-sys

[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![tokei](https://tokei.rs/b1/github/Wenzel/vid-sys)](https://github.com/Wenzel/vid-sys)
[![repo size](https://img.shields.io/github/repo-size/Wenzel/vid-sys)](https://github.com/Wenzel/vid-sys)
[![Unsafe](https://img.shields.io/badge/unsafe-%E2%9C%94-C901DD.svg)](https://doc.rust-lang.org/book/second-edition/ch19-01-unsafe-rust.html)
[![License](https://img.shields.io/crates/l/vid-sys)](https://github.com/Wenzel/vid-sys)

> Rust unsafe bindings for Vid API (Hyper-V)

## Table of Contents

- [Overview](#overview)
- [Requirements](#requirements)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)

## Requirements

- `cargo`
- `rustc`
- [`LLVM`](http://releases.llvm.org/) (tested on `v8.0.0`)

## Maintainers

[@Wenzel](https://github.com/Wenzel)

## Contributing

PRs accepted.

Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## License

[GNU General Public License v3.0](https://github.com/Wenzel/pyvmidbg/blob/master/LICENSE)