vfio-bindings

Crates.iovfio-bindings
lib.rsvfio-bindings
version0.6.0
created_at2019-10-10 07:15:13.65527+00
updated_at2025-09-02 19:25:10.707273+00
descriptionRust FFI bindings to vfio generated using bindgen.
homepage
repositoryhttps://github.com/rust-vmm/vfio
max_upload_size
id171378
size113,953
Muminul Islam Russell (russell-islam)

documentation

README

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:

vfio-bindings = "0.5"

Next, to use this bindings, you can do:

use vfio_bindings::bindings::vfio::*;

License

This code is licensed under Apache-2.0 or BSD-3-Clause.

Commit count: 250

cargo fmt