//! Krun module - libkrun integration for MicroVM management.
//!
//! This module provides a safe wrapper around libkrun FFI bindings
//! for creating and managing MicroVMs.
pub use KrunContext;
use ;
/// Check libkrun FFI call status and convert to Result.