Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.