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

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

Rust bindings for KVM's introspection libkvmi library
https://github.com/wenzel/kvmi-sys

Last synced: 8 months ago
JSON representation

Rust bindings for KVM's introspection libkvmi library

Awesome Lists containing this project

README

          

# kvmi-sys

![](https://github.com/Wenzel/kvmi-sys/workflows/Build/badge.svg)
[![Crates.io](https://img.shields.io/crates/v/kvmi-sys.svg)](https://crates.io/crates/kvmi-sys)
![100% unsafe](https://img.shields.io/badge/unsafe-100%25-blue.svg)

> Unsafe Rust FFI bindings for libkvmi library

## Table of Contents

- [Overview](#overview)
- [Requirements](#requirements)
- [Build](#build)
- [License](#license)

## Overview

This crate will compile _unsafe_ Rust bindings for the VM introspection library [libkvmi](https://github.com/bitdefender/libkvmi) (_v6_)

Check `libkvmi.h` header for the API.

## Requirements

- `Rust` toolchain
- `clang`

## Build

~~~
cargo build
~~~

## License

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