fdp-sys 0.2.0

Rust FFI bindings for libFDP
# fdp-sys

![](https://github.com/Wenzel/fdp-sys/workflows/Build/badge.svg)
[![Crates.io](https://img.shields.io/crates/v/fdp-sys.svg)](https://crates.io/crates/fdp-sys)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

> Rust unsafe bindings for FDP library

## Table of Contents

- [Overview]#overview
- [Requirements]#requirements
- [References]#references
- [Maintainers]#maintainers
- [Contributing]#contributing
- [License]#license

## Overview

This crate will compile **unsafe** bindings for Icebox's FDP library: `libFDP.so`.

`FDP` stands for _Fast Debugging Protocol_, a Virtual Machine Introspection
extension for VirtualBox.

## Requirements

- `cargo`
- `rustc`

## References

- [icebox]https://github.com/thalium/icebox

## 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/kvmi-sys/blob/master/LICENSE)