A lightweight Virtual Machine Manager that can be hosted in an application to safely
run untrusted or code within a VM partition with very low latency and overhead.
// SPDX-License-Identifier: Apache-2.0
// Copyright 2025 The Hyperlight Authors.
/// Tracing context support for sandboxes.
modcontext;pub(crate)usecontext::TraceContext;/// Tracing and profiling support for sandboxes.
#[cfg(feature ="mem_profile")]modmem_profile;#[cfg(feature ="mem_profile")]pub(crate)usemem_profile::MemTraceInfo;