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 d28c9c6 commit 8154f2dCopy full SHA for 8154f2d
src/hyperlight_host/src/mem/mod.rs
@@ -43,9 +43,6 @@ pub mod ptr_offset;
43
/// A wrapper around unsafe functionality to create and initialize
44
/// a memory region for a guest running in a sandbox.
45
pub mod shared_mem;
46
-/// A wrapper around a `SharedMemory` and a snapshot in time
47
-/// of the memory therein
48
-pub mod shared_mem_snapshot;
49
/// Utilities for writing shared memory tests
50
#[cfg(test)]
51
pub(crate) mod shared_mem_tests;
src/hyperlight_host/src/mem/shared_mem_snapshot.rs
0 commit comments