# VirtIO-drivers-rs [![CI](https://github.com/rcore-os/virtio-drivers/workflows/CI/badge.svg?branch=master)](https://github.com/rcore-os/virtio-drivers/actions) VirtIO guest drivers in Rust. For **no_std** environment. ## Components | Device | Status | | -------- | ------------------- | | Queue | ✅ | | Block | ✅ | | Net | ✅ | | GPU | ✅ | | Input | ✅ | | Console | ✅ | | ... | ❌ Not implemented | ## Examples & Tests * x86_64 (TODO) * [RISCV](./examples/riscv)