# fdp-sys

[](https://crates.io/crates/fdp-sys)
[](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)