| Crates.io | vfio-bindings |
| lib.rs | vfio-bindings |
| version | 0.6.0 |
| created_at | 2019-10-10 07:15:13.65527+00 |
| updated_at | 2025-09-02 19:25:10.707273+00 |
| description | Rust FFI bindings to vfio generated using bindgen. |
| homepage | |
| repository | https://github.com/rust-vmm/vfio |
| max_upload_size | |
| id | 171378 |
| size | 113,953 |
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.
First, add the following to your Cargo.toml:
vfio-bindings = "0.5"
Next, to use this bindings, you can do:
use vfio_bindings::bindings::vfio::*;
This code is licensed under Apache-2.0 or BSD-3-Clause.