Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-13T10:51:32.000Z (3 months ago)
- Last Synced: 2024-11-19T09:17:39.297Z (about 1 month ago)
- Topics: driver, net, pci, rust, specification, virtio
- Language: Rust
- Homepage: https://crates.io/crates/virtio-spec
- Size: 66.4 KB
- Stars: 12
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# virtio-spec-rs
[![Crates.io](https://img.shields.io/crates/v/virtio-spec)](https://crates.io/crates/virtio-spec)
[![docs.rs](https://img.shields.io/docsrs/virtio-spec)](https://docs.rs/virtio-spec)
[![CI](https://github.com/rust-osdev/virtio-spec-rs/actions/workflows/ci.yml/badge.svg)](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.