We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221a167 commit c9f37b4Copy full SHA for c9f37b4
src/hyperlight_host/src/mem/mod.rs
@@ -21,14 +21,10 @@ pub(crate) mod custom_drop;
21
pub(crate) mod elf;
22
/// A generic wrapper for executable files (PE, ELF, etc)
23
pub(crate) mod exe;
24
-/// Functionality to establish a sandbox's memory layout.
25
-pub mod layout;
26
/// Safe wrapper around an HINSTANCE created by the windows
27
/// `LoadLibrary` call
28
#[cfg(target_os = "windows")]
29
pub(super) mod loaded_lib;
30
-/// memory regions to be mapped inside a vm
31
-pub mod memory_region;
32
/// Functionality that wraps a `SandboxMemoryLayout` and a
33
/// `SandboxMemoryConfig` to mutate a sandbox's memory as necessary.
34
pub mod mgr;
0 commit comments