msb_krun - Native Rust API for libkrun microVMs.
This crate provides a builder-pattern API for creating and entering microVMs using libkrun's VMM infrastructure.
Lifecycle
[Vm::enter()] never returns on success. When the guest shuts down, the
VMM calls _exit(), killing the entire process. enter() only returns
Err if something fails before the VMM takes over.
Example
use ;