// SPDX-License-Identifier: Apache-2.0
// Copyright 2025 The Hyperlight Authors.
/// A simple ELF loader
pub
/// A generic wrapper for executable files (PE, ELF, etc)
pub
/// Functionality to establish a sandbox's memory layout.
/// memory regions to be mapped inside a vm
/// Functionality that wraps a `SandboxMemoryLayout` and a
/// `SandboxMemoryConfig` to mutate a sandbox's memory as necessary.
/// Structures to represent pointers into guest and host memory
/// Structures to represent memory address spaces into which pointers
/// point.
pub
/// Structures to represent an offset into a memory space
/// A wrapper around unsafe functionality to create and initialize
/// a memory region for a guest running in a sandbox.
/// Utilities for writing shared memory tests
// uses proptest which isn't miri-compatible
pub