Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 385 Bytes

CHANGELOG.md

File metadata and controls

10 lines (7 loc) · 385 Bytes

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.