fdp-sys 0.2.0

Rust FFI bindings for libFDP
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "fdp-sys"
version = "0.2.0"
authors = ["Mathieu Tarral <mathieu.tarral@protonmail.com>"]
edition = "2018"
description = "Rust FFI bindings for libFDP"
readme = "README.md"
repository = "https://github.com/Wenzel/fdp-sys"
license = "GPL-3.0-only"
keywords = ["FDP", "VirtualBox", "VMI", "introspection"]
categories = ["external-ffi-bindings"]
links = "FDP"
build = "build.rs"

[dependencies]

[build-dependencies]
bindgen = "0.71.1"