virtio-bindings

Crates.iovirtio-bindings
lib.rsvirtio-bindings
version0.2.6
created_at2019-10-10 07:15:59.695689+00
updated_at2025-06-26 14:17:28.934002+00
descriptionRust FFI bindings to virtio generated using bindgen.
homepage
repositoryhttps://github.com/rust-vmm/vm-virtio
max_upload_size
id171379
size2,523,805
Alex Bennée (stsquad)

documentation

README

virtio-bindings

Rust FFI bindings to virtio generated using bindgen.

Usage

Add this to your Cargo.toml:

virtio-bindings = "0.2"

You can then import the bindings where you need them. As an example, to grab the bindings for virtio-blk, you can do:

use virtio_bindings::bindings::virtio_blk::*;

Development

To update the bindings, follow the steps in the Contributing Document.

Commit count: 442

cargo fmt