Skip to content

Commit bfe8233

Browse files
bindings: update readme
Follow the same format as other crates in this workspace, and add link to the contributing readme. Signed-off-by: Andreea Florescu <[email protected]>
1 parent ac2ff34 commit bfe8233

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

crates/virtio-bindings/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# virtio-bindings
22
Rust FFI bindings to virtio generated using [bindgen](https://crates.io/crates/bindgen).
33

4-
# Usage
4+
## Usage
55
Add this to your `Cargo.toml`:
66
```toml
77
virtio-bindings = "0.1"
@@ -11,3 +11,7 @@ bindings for virtio-blk, you can do:
1111
```rust
1212
use virtio_bindings::bindings::virtio_blk::*;
1313
```
14+
15+
## Development
16+
17+
To update the bindings, follow the steps in the [Contributing Document](CONTRIBUTING.md).

0 commit comments

Comments
 (0)