You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crate contains the Rust equivalents of the definitions from the [Virtual I/O Device (VIRTIO) Specification](https://github.com/oasis-tcs/virtio-spec).
8
+
This crate aims to be unopinionated regarding actual VIRTIO drivers that are implemented on top of this crate.
9
+
10
+
For API documentation, see the [docs].
11
+
12
+
[docs]: https://docs.rs/virtio-spec
13
+
14
+
## License
15
+
16
+
Licensed under either of
17
+
18
+
* Apache License, Version 2.0
19
+
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
20
+
* MIT license
21
+
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
22
+
23
+
at your option.
24
+
25
+
### Contribution
26
+
27
+
Unless you explicitly state otherwise, any contribution intentionally submitted
28
+
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
29
+
dual licensed as above, without any additional terms or conditions.
0 commit comments