9 releases
| 0.2.7 | Jan 20, 2026 |
|---|---|
| 0.2.6 | Jun 26, 2025 |
| 0.2.5 | Feb 10, 2025 |
| 0.2.4 | Oct 21, 2024 |
| 0.1.0 | Oct 10, 2019 |
#34 in Hardware support
52,961 downloads per month
Used in 35 crates
(23 directly)
2.5MB
50K
SLoC
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.