This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
Releases: rust-vmm/virtio-bindings
Releases · rust-vmm/virtio-bindings
virtio-bindings-v0.1.0
v0.1.0
This is the first virtio-bindings
crate release.
This crate provides Rust FFI bindings to the
Virtual I/O Device (VIRTIO)
Linux kernel API. With this first release, the bindings are for the Linux kernel
versions 4.14 and 5.0.
The bindings are generated using bindgen.