We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2ff34 commit bfe8233Copy full SHA for bfe8233
crates/virtio-bindings/README.md
@@ -1,7 +1,7 @@
1
# virtio-bindings
2
Rust FFI bindings to virtio generated using [bindgen](https://crates.io/crates/bindgen).
3
4
-# Usage
+## Usage
5
Add this to your `Cargo.toml`:
6
```toml
7
virtio-bindings = "0.1"
@@ -11,3 +11,7 @@ bindings for virtio-blk, you can do:
11
```rust
12
use virtio_bindings::bindings::virtio_blk::*;
13
```
14
+
15
+## Development
16
17
+To update the bindings, follow the steps in the [Contributing Document](CONTRIBUTING.md).
0 commit comments