docs.rs failed to build msb_krun-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
msb_krun-0.1.9
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 ;