https://github.com/wenzel/fdp
Rust bindings on FDP (Fast Debugging Protocol) VirtualBox introspection library
https://github.com/wenzel/fdp
Last synced: 12 months ago
JSON representation
Rust bindings on FDP (Fast Debugging Protocol) VirtualBox introspection library
- Host: GitHub
- URL: https://github.com/wenzel/fdp
- Owner: Wenzel
- Created: 2019-10-26T19:48:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T02:10:02.000Z (over 1 year ago)
- Last Synced: 2025-05-26T14:55:48.694Z (about 1 year ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fdp

[](https://crates.io/crates/fdp)
[](https://github.com/RichardLitt/standard-readme)
> Rust bindings for FDP library
## Table of Contents
- [Overview](#overview)
- [Requirements](#requirements)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)
## Overview
This crate will compile bindings for VirtualBox unofficial FDP (Fast Debugging
Protocol) library.
## Requirements
- `cargo`
- `rustc`
## 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)