7 releases

0.2.5 Feb 10, 2025
0.2.4 Oct 21, 2024
0.2.3 Sep 10, 2024
0.2.2 Oct 26, 2023
0.1.0 Oct 10, 2019

#93 in Embedded development

Download history 4573/week @ 2024-12-05 4592/week @ 2024-12-12 3523/week @ 2024-12-19 2562/week @ 2024-12-26 4935/week @ 2025-01-02 5228/week @ 2025-01-09 5118/week @ 2025-01-16 5385/week @ 2025-01-23 4285/week @ 2025-01-30 6561/week @ 2025-02-06 6536/week @ 2025-02-13 6580/week @ 2025-02-20 7001/week @ 2025-02-27 7331/week @ 2025-03-06 7671/week @ 2025-03-13 7618/week @ 2025-03-20

30,559 downloads per month
Used in 28 crates (22 directly)

BSD-3-Clause OR Apache-2.0

29KB
137 lines

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.

No runtime deps

~0–2MB
~38K SLoC