# 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 + no_alloc** environment. ## Components | Device | Status | | ------ | ----------------- | | Queue | ✅ | | Block | ✅ | | Net | ✅ | | GPU | ✅ | | Input | ✅ | | ... | ❌ Not implemented | ## Examples & Tests * x86_64 (TODO) * [RISCV](./examples/riscv)