alkahest-hypervisor 0.1.1

Alkahest Hypervisor
Documentation
1
2
3
4
5
6
7
8
9
//! # Alkahest - Hypervisor Type-1
#![cfg_attr(not(test), no_std)]


pub struct AlkahestEngine<C: Crucible> {
    kernel: C
}

pub trait Crucible {}