Crates.io | virtio-drivers-and-devices |
lib.rs | virtio-drivers-and-devices |
version | |
source | src |
created_at | 2025-02-27 23:45:15.776862+00 |
updated_at | 2025-05-07 19:04:06.420017+00 |
description | VirtIO guest drivers and devices. Fork of rcore-os/virtio-drivers. |
homepage | |
repository | https://github.com/immunant/virtio-drivers-and-devices |
max_upload_size | |
id | 1572301 |
Cargo.toml error: | TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
VirtIO guest drivers and devices in Rust. For no_std environment. Fork of https://github.com/rcore-os/virtio-drivers.