1 2 3 4 5 6 7 8
#![feature(async_await)] use heim_virt::detect; #[runtime::main] async fn main() { dbg!(detect().await); }