a3s-box-runtime 2.4.0

MicroVM runtime engine — VM lifecycle, OCI images, attestation, networking
Documentation
1
2
3
4
5
6
7
8
//! InstanceSpec re-exported from `a3s-box-core`.
//!
//! The canonical definition lives in `a3s_box_core::vmm`. Re-exported here
//! so existing callers using `crate::vmm::InstanceSpec` continue to work.

pub use a3s_box_core::vmm::{
    Entrypoint, FsMount, InstanceSpec, NetworkInstanceConfig, TeeInstanceConfig,
};