heim-virt 0.0.11

Cross-platform virtualization system detection
Documentation
1
2
3
4
5
6
7
8
9
10
#![feature(test)]

extern crate test;

use heim_virt as virt;

#[heim_derive::bench]
async fn bench_detect() {
    virt::detect().await
}