axvisor_api 0.5.7

Basic API for components of the Hypervisor on ArceOS
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "targets": [
    "aarch64-unknown-none-softfloat",
    "x86_64-unknown-linux-gnu",
    "x86_64-unknown-none",
    "riscv64gc-unknown-none-elf"
  ],
  "rust_components": [
    "rust-src",
    "clippy",
    "rustfmt"
  ]
}