virtio-bindings

Crates.iovirtio-bindings
lib.rsvirtio-bindings
version0.2.4
sourcesrc
created_at2019-10-10 07:15:59.695689
updated_at2024-10-21 07:39:48.828103
descriptionRust FFI bindings to virtio generated using bindgen.
homepage
repositoryhttps://github.com/rust-vmm/vm-virtio
max_upload_size
id171379
size144,458
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: 419

cargo fmt