tag | bf5cbfa03709b73f7e58e616d9caf85de904b912 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Thu Apr 10 17:12:17 2025 -0700 |
object | 5b90aba20896d2ce8fb0b8af569c1da6eb9e3ec7 |
Android 15.0.0 release 24
commit | 5b90aba20896d2ce8fb0b8af569c1da6eb9e3ec7 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Aug 08 01:16:57 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Aug 08 01:16:57 2024 +0000 |
tree | 2a21516daeac3699a85b40e496d199e5b70e1635 | |
parent | a2a20a071d155537ea37cce5b0231bdfd51fee32 [diff] | |
parent | 858b4eade279ecf7be160f82817f87cb973bba08 [diff] |
Snap for 12199801 from 858b4eade279ecf7be160f82817f87cb973bba08 to 25D4-release Change-Id: Ie8af8ae24e2ea10134563aeeed500f809a740f61
Rust FFI bindings to virtio generated using bindgen.
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::*;
To update the bindings, follow the steps in the Contributing Document.