axdevice_base 0.4.2

Basic traits and structures for emulated devices in ArceOS hypervisor.
Documentation
1
2
3
4
5
6
7
8
9
10
[toolchain]
channel = "nightly-2026-02-25"
components = ["rust-src", "llvm-tools", "rustfmt", "clippy"]
profile = "minimal"
targets = [
    "aarch64-unknown-none-softfloat",
    "x86_64-unknown-linux-gnu",
    "x86_64-unknown-none",
    "riscv64gc-unknown-none-elf"
]