vfio-bindings
Design
The vfio-bindings crate is designed as rust FFI bindings to vfio generated using bindgen.
Currently the bindings are generated from Linux kernel version v6.6.0.
Usage
First, add the following to your Cargo.toml:
= "0.5"
Next, to use this bindings, you can do:
use *;
License
This code is licensed under Apache-2.0 or BSD-3-Clause.