https://github.com/rust-osdev/virtio-spec-rs
Definitions from the Virtual I/O Device (VIRTIO) specification.
https://github.com/rust-osdev/virtio-spec-rs
driver net pci rust specification virtio
Last synced: 5 months ago
JSON representation
Definitions from the Virtual I/O Device (VIRTIO) specification.
- Host: GitHub
- URL: https://github.com/rust-osdev/virtio-spec-rs
- Owner: rust-osdev
- License: apache-2.0
- Created: 2024-08-02T11:34:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-13T10:51:32.000Z (about 1 year ago)
- Last Synced: 2025-05-02T11:44:01.378Z (5 months ago)
- Topics: driver, net, pci, rust, specification, virtio
- Language: Rust
- Homepage: https://crates.io/crates/virtio-spec
- Size: 66.4 KB
- Stars: 18
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# virtio-spec-rs
[](https://crates.io/crates/virtio-spec)
[](https://docs.rs/virtio-spec)
[](https://github.com/rust-osdev/virtio-spec-rs/actions/workflows/ci.yml)This crate contains the Rust equivalents of the definitions from the [Virtual I/O Device (VIRTIO) Specification](https://github.com/oasis-tcs/virtio-spec).
This crate aims to be unopinionated regarding actual VIRTIO drivers that are implemented on top of this crate.For API documentation, see the [docs].
[docs]: https://docs.rs/virtio-spec
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.